aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: 1b345f457c8a47aba7e86a838a4df81e96eb903d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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
	serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
[push]
	default = matching