aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
blob: 6b7d6bf9bf38023521139cff8c495c342a28ce2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[user]
	name = Tom van der Lee
[alias]
	glog = log --graph --decorate --all --pretty=format:%C(yellow)%h%C(bold\\ red)%d%C(reset)\\ %s%n%C(green)%ar\\ %C(reset)by\\ %C(bold\\ blue)%an%n
	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 = simple