dotfiles/config/git/gitconfig

21 lines
351 B
Plaintext

[user]
email = "transcaffeine@finally.coffee"
name = "transcaffeine"
signingkey = "03624C433676E465"
[commit]
gpgsign = true
[tag]
gpgsign = true
[gpg]
program = "/usr/bin/gpg"
[rebase]
autostash = true
autosquash = true
[pull]
rebase = true
autostash = true
[format]
pretty = "oneline"
[alias]
logv = "log --pretty=full --show-signature"