Add voussoir.gitconfig.

In my global file, I use an include to this path.
This commit is contained in:
voussoir 2021-01-18 12:54:33 -08:00
parent 287cb43b31
commit c49aee067d
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

18
voussoir.gitconfig Normal file
View file

@ -0,0 +1,18 @@
[user]
email = git@voussoir.net
name = Ethan Dalool
signingkey = 5F7554F8C26DACCB
[commit]
gpgsign = true
[alias]
o = log --graph --oneline --decorate --all
on = log --graph --oneline --decorate --all @{u}~1..
upstream = clone --origin upstream
[push]
default = simple
[credential "helperselector"]
selected = manager
[diff]
algorithm = histogram
[gui]
diffopts = --patience