blob: 1dd05ae84d58912c92de799a68ee8e277aa4445f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[core]
fileMode = false
[user]
name = Urbain Vaes
email = urbain@vaes.uk
signingKey = 716064C0
[init]
templatedir = ~/.git_template
[alias]
ctags = !.git/hooks/ctags
saveandsync = !git add . && git commit -m "Update" && git push origin master
[push]
default = simple
[http]
sslverify = false
[commit]
gpgSign = True
|