git/config
2026-03-09 18:11:22 -04:00

32 lines
593 B
Text

[init]
defaultBranch = master
# Use vimdiff for diffs and merge conflicts
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[mergetool]
keepBackup = false
[mergetool "vimdiff"]
trustExitCode = true
# Rewrite HTTPS to SSH for personal repos
[url "git@github.com:itme-brain/"]
insteadOf = https://github.com/itme-brain/
[user]
name = Bryan Ramos
email = bryan@ramos.codes
signingKey = F1F3466458452B2DF351F1E864D12BA95ACE1F2D
# Auto-set upstream on first push
[push]
autoSetupRemote = true
# Enable per-project with: git config --local commit.gpgSign true
[commit]
gpgSign = false