dotfiles/config/git/gitconfig

21 lines
351 B
Plaintext
Raw Permalink Normal View History

2024-09-14 13:01:20 +00:00
[user]
email = "transcaffeine@finally.coffee"
name = "transcaffeine"
signingKey = "03624C433676E465"
2024-09-14 13:01:20 +00:00
[commit]
gpgSign = true
[tag]
gpgSign = true
2024-09-14 13:01:20 +00:00
[gpg]
program = "/usr/bin/gpg"
2024-09-14 13:01:20 +00:00
[rebase]
autoStash = true
autoSquash = true
2024-09-14 13:01:20 +00:00
[pull]
rebase = true
autoStash = true
2024-09-14 13:01:20 +00:00
[format]
pretty = "oneline"
2024-09-14 13:01:20 +00:00
[alias]
logv = "log --pretty=full --show-signature"