feat(git): improve git config settings
This commit is contained in:
parent
e839d457c4
commit
045395dabb
@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
ff = only
|
||||||
[alias]
|
[alias]
|
||||||
unstage = reset HEAD --
|
unstage = reset HEAD --
|
||||||
[push]
|
[push]
|
||||||
@ -67,3 +68,13 @@
|
|||||||
format = ssh
|
format = ssh
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
[log]
|
||||||
|
abbrevCommit = true
|
||||||
|
decorate = short
|
||||||
|
[apply]
|
||||||
|
ignoreWhitespace = change
|
||||||
|
[rerere]
|
||||||
|
enabled = true
|
||||||
|
autoUpdate = true
|
||||||
|
[am]
|
||||||
|
threeWay = true
|
||||||
|
Loading…
Reference in New Issue
Block a user