blob: bcf4b4f5e9da9a65b28fc4a6922df10a05ae2107 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Benjamin Chausse
email = benjamin@chausse.xyz
[init]
defaultBranch = master
[push]
autoSetupRemote = true
[pull]
rebase = false
[commit]
gpgsign = true
|