feat(git): improve git config settings

This commit is contained in:
Price Hiller 2023-03-21 13:48:08 -05:00
parent e839d457c4
commit 045395dabb
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -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