feat: add git and gnupg config
This commit is contained in:
18
config/git/gitconfig
Normal file
18
config/git/gitconfig
Normal file
@ -0,0 +1,18 @@
|
||||
[user]
|
||||
email = redacted@example.org
|
||||
name = redacted
|
||||
signingkey = redacted
|
||||
[commit]
|
||||
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
|
Reference in New Issue
Block a user