add multiple config for git
This commit is contained in:
parent
054e5983fa
commit
db76a79594
1 changed files with 17 additions and 5 deletions
|
@ -1,15 +1,27 @@
|
||||||
[commit]
|
|
||||||
gpgsign = true
|
|
||||||
|
|
||||||
[user]
|
[user]
|
||||||
email = kennel.anri@tutanota.com
|
email = kennel.anri@tutanota.com
|
||||||
name = Mylloon
|
name = Mylloon
|
||||||
|
|
||||||
[pull]
|
[commit]
|
||||||
rebase = false
|
gpgsign = true
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
|
||||||
|
[remote "origin"]
|
||||||
|
prune = true
|
||||||
|
|
||||||
|
[fetch]
|
||||||
|
pruneTags = true
|
||||||
|
|
||||||
|
[push]
|
||||||
|
autoSetupRemote = true
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
conflictStyle = zdiff3
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
external = difft
|
external = difft
|
||||||
|
|
Loading…
Reference in a new issue