Created
June 27, 2024 15:52
-
-
Save joelrebel/7b945e5024d36e85709edc35901d36d5 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
[user] | |
email = [email protected] | |
name = Joel Rebello | |
signingkey = 773C602F1C62746DF1DB6285EDB938BE882F8078 | |
[lfs] | |
batch = false | |
[filter "lfs"] | |
process = git-lfs filter-process | |
required = true | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
[url "[email protected]:"] | |
insteadOf = https://github.com/ | |
[commit] | |
gpgsign = true | |
[gpg] | |
program = /usr/local/bin/gpg | |
[alias] | |
cs = commit -s | |
[gitsign] | |
connectorID = "https://github.com/login/oauth" | |
[core] | |
editor = /usr/bin/vim | |
[mergetool "gomod"] | |
cmd = /usr/local/sbin/gomod-mergetool "$BASE" "$LOCAL" "$REMOTE" "$MERGED" | |
trustExitCode = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment