Skip to content

Commit

Permalink
Git config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
caspiano committed May 22, 2023
1 parent 9fef680 commit f4d026b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,20 @@
; [url "[email protected]:"]
; insteadOf = https://github.com/

[stash]
showPatch = true

[init]
defaultBranch = main
[pull]
rebase = false
[advice]
addIgnoredFile = false
[gpg]
program = /usr/local/bin/gpg
program = gpg
[commit]
gpgsign = true
[merge]
conflictstyle = diff3
conflictstyle = diff3
[push]
autoSetupRemote = true
autoSetupRemote = true

0 comments on commit f4d026b

Please sign in to comment.