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"