summaryrefslogtreecommitdiff
path: root/gitconfig
blob: 5afe4c86ecb74c1aa87e8d2a8fd4974f0d0e0c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[user]
	name = Urbain Vaes
	email = u.vaes13@imperial.ac.uk
[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