Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created November 17, 2022 18:15
Show Gist options
  • Save anton-petrov/9a4621cc485f0c3922cfa4dd83c2fdbd to your computer and use it in GitHub Desktop.
Save anton-petrov/9a4621cc485f0c3922cfa4dd83c2fdbd to your computer and use it in GitHub Desktop.
Git config for mac
credential.helper=osxkeychain
init.defaultbranch=master
user.name=Anton Petrov
[email protected]
user.signingkey=/Users/anton/.ssh/id_ed25519.pub
core.pager=delta
core.editor=nano
interactive.difffilter=delta --color-only
delta.navigate=true
delta.light=false
merge.conflictstyle=diff3
diff.colormoved=default
[email protected]:.insteadof=https://github.com/
push.autosetupremote=true
gpg.program=gpg
gpg.format=ssh
commit.gpgsign=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment