aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: ddd2bb4483abbd91fe8233ea0f7c496eeced5934 (plain)
1
2
3
4
5
6
7
8
9
[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"
	ls = ls-files