Add voussoir.gitconfig.
In my global file, I use an include to this path.
This commit is contained in:
parent
287cb43b31
commit
c49aee067d
1 changed files with 18 additions and 0 deletions
18
voussoir.gitconfig
Normal file
18
voussoir.gitconfig
Normal 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
|
Loading…
Reference in a new issue