Skip to content

Commit f4d026b

Browse files
committed
Git config updates
1 parent 9fef680 commit f4d026b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

git/.gitconfig

+6-3
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,20 @@
4444
4545
; insteadOf = https://github.com/
4646

47+
[stash]
48+
showPatch = true
49+
4750
[init]
4851
defaultBranch = main
4952
[pull]
5053
rebase = false
5154
[advice]
5255
addIgnoredFile = false
5356
[gpg]
54-
program = /usr/local/bin/gpg
57+
program = gpg
5558
[commit]
5659
gpgsign = true
5760
[merge]
58-
conflictstyle = diff3
61+
conflictstyle = diff3
5962
[push]
60-
autoSetupRemote = true
63+
autoSetupRemote = true

0 commit comments

Comments
 (0)