aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: 422d65e2725bb8a31211cf5ce7607cfc4120c39c (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
[push]
	default = simple