feat(git): improve git config settings
This commit is contained in:
parent
e839d457c4
commit
045395dabb
@ -44,6 +44,7 @@
|
||||
|
||||
[pull]
|
||||
rebase = false
|
||||
ff = only
|
||||
[alias]
|
||||
unstage = reset HEAD --
|
||||
[push]
|
||||
@ -67,3 +68,13 @@
|
||||
format = ssh
|
||||
[commit]
|
||||
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