1
0
Fork 0

.gitconfig: show git diff in `git commit`

This commit is contained in:
Pratham Patel 2024-02-17 20:04:05 +05:30
parent bda584cf6f
commit 0b3cf0fbf2
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
signingkey = ~/.ssh/git
[commit]
gpgsign = true
verbose = true
[color]
ui = auto
[init]