Skip to content

Instantly share code, notes, and snippets.

@joelrebel
Created June 27, 2024 15:52
Show Gist options
  • Save joelrebel/7b945e5024d36e85709edc35901d36d5 to your computer and use it in GitHub Desktop.
Save joelrebel/7b945e5024d36e85709edc35901d36d5 to your computer and use it in GitHub Desktop.
[user]
email = jrebello@packet.com
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 "git@github.com:"]
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