diff --git a/git/.gitconfig b/git/.gitconfig index f53ed6c..a90b4eb 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -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