1
0
Fork 0

git config formatting

This commit is contained in:
Lance Vick 2025-02-25 18:14:23 -08:00
parent d5132ffb23
commit 0a7072d93d
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 10 additions and 10 deletions

View File

@ -1,22 +1,22 @@
[user]
email = lance@distrust.co
name = Lance R. Vick
signingKey = E90A401336C8AAA9
email = lance@distrust.co
name = Lance R. Vick
signingKey = E90A401336C8AAA9
[push]
default = simple
default = simple
[color]
ui = auto
ui = auto
[commit]
gpgSign = true
gpgSign = true
[merge]
gpgSign = true
gpgSign = true
[log]
decorate = true
abbrevCommit = true
decorate = true
abbrevCommit = true
[gpg]
program = qubes-gpg-client-wrapper
[init]
defaultBranch = main
defaultBranch = main
[remote "origin"]
fetch = +refs/pull/*/head:refs/remotes/origin/refs/pull/*/head
fetch = +refs/merge-requests/*/head:refs/remotes/origin/refs/merge-requests/*/head