aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: 6f7db4e3ac3d18924403f0d6dc3c62011f373959 (plain)
1
2
3
4
5
6
7
8
9
10
11
[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
[push]
	default = matching