Files
dotfiles/git/gitconfig
Nick Mello 8ebf4c5316 git: Add global rebase and ignore
Update git config to have new rebase settings and global ignore file

Signed-off-by: Nicholas Mello <nick@nmello.dev>
2026-02-24 21:58:08 -06:00

23 lines
378 B
Plaintext

[user]
name = Nick Mello
email = nick@nmello.dev
signingkey = A4007252A92585A8
[commit]
template = ~/.gitmessage
gpgsign = true
[merge]
tool = nvimdiff
[gpg]
program = gpg
[push]
autoSetupRemote = true
[rebase]
autosquash = true
updateRefs = true
rebaseMerges = true
autoStash = true
rescheduleFailedExec = true
backend = merge
[core]
excludesFile = ~/.gitignore