Created
May 23, 2023 18:39
-
-
Save eduardoborges/17d42e060071817d56ef9a133e068518 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[init] | |
defaultBranch = main | |
[user] | |
email = [email protected] | |
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