aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: 92f3998be53f2d4444ad0d4ec99698d426db6d58 (plain)
1
2
3
4
5
6
7
8
[user]
	name = Tom van der Lee
[alias]
	glog = log --graph --oneline --decorate --all
	sup = "!f() { git branch --set-upstream-to=$@; }; f"
	ca = commit -am
	st = status -s
	siu = "!f() { git submodule init && git submodule update; }; f"