.gitconfig: replace tabs with spaces; rename user_private to user_binaryDiv
This commit is contained in:
parent
3dcd8106cd
commit
0d81e51096
|
|
@ -1,20 +1,23 @@
|
||||||
|
[core]
|
||||||
|
eol = lf
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
|
||||||
[pager]
|
[pager]
|
||||||
branch = false
|
branch = false
|
||||||
config = false
|
config = false
|
||||||
stash = false
|
stash = false
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
guitool = gvimdiff
|
guitool = gvimdiff
|
||||||
|
|
||||||
[diff "ansible-vault"]
|
[diff "ansible-vault"]
|
||||||
textconv = ansible-vault view
|
textconv = ansible-vault view
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
graph = log --all --graph --decorate --oneline
|
graph = log --all --graph --decorate --oneline
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
[user]
|
||||||
|
name = binaryDiv
|
||||||
|
email = binarydiv@gmail.com
|
||||||
|
signingkey = F8D4956E224DA232
|
||||||
|
|
||||||
|
[credentials]
|
||||||
|
name = binaryDiv
|
||||||
|
|
||||||
|
[commit]
|
||||||
|
gpgsign = true
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
[user]
|
|
||||||
name = binaryDiv
|
|
||||||
email = binarydiv@gmail.com
|
|
||||||
signingkey = F8D4956E224DA232
|
|
||||||
[credentials]
|
|
||||||
name = binaryDiv
|
|
||||||
[commit]
|
|
||||||
gpgsign = true
|
|
||||||
Loading…
Reference in New Issue