summaryrefslogtreecommitdiff
path: root/dot_gitconfig.tmpl
blob: ae1d8450a43fefae15dee0cceb9c0cf4ceae15bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[push]
	autoSetupRemote = true
	default = current
[user]
	name = {{ .git_name }}
	email = {{ .git_email }}
[alias]
	staash = stash --all
	trueblame = blame -w -C -C -C
	wdiff = diff --word-diff
	fpush = push --force-with-lease
	sdiff = diff --stage
[rerere]
	enabled = true
	autoUpdate = true
[branch]
	sort = committerdate