aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: a651eadedfa9e9efe20f916ddba82e5b793a6ec9 (plain)
1
2
3
4
5
6
7
[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