Skip to content

Instantly share code, notes, and snippets.

@eduardoborges
Created May 23, 2023 18:39
Show Gist options
  • Save eduardoborges/17d42e060071817d56ef9a133e068518 to your computer and use it in GitHub Desktop.
Save eduardoborges/17d42e060071817d56ef9a133e068518 to your computer and use it in GitHub Desktop.
[init]
defaultBranch = main
[user]
email = euduardoborges@gmail.com
name = "Eduardo Borges"
signingkey = XXXXX
[gpg]
format = ssh
[gpg "ssh"]
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
[commit]
gpgsign = true
[push]
autoSetupRemote = true
[pull]
rebase = true
[core]
editor = code --wait
excludesfile = ~/.gitignore_global
autocrlf = input
whitespace = trailing-space,space-before-tab,indent-with-non-tab
pager = diff-so-fancy | less --tabs=4 -RFX
[color]
ui = true
diff = auto
[interactive]
diffFilter = diff-so-fancy --patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment