summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 0e6c6f7ef874e6051ef20a3a0c172d5bac524779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[user]
	name = Urbain Vaes
	email = mail@urbainvaes.com
[init]
	templatedir = ~/.git_template
[alias]
	ctags = !.git/hooks/ctags
[push]
	default = simple
[status]
	submodulesummary = 1
[alias]
	sdiff = !git diff && git submodule foreach 'git diff'
	spush = push --recurse-submodules=on-demand
	supdate = submodule update --remote --merge