2021-01-18 20:54:33 +00:00
|
|
|
[user]
|
|
|
|
email = git@voussoir.net
|
|
|
|
name = Ethan Dalool
|
|
|
|
signingkey = 5F7554F8C26DACCB
|
|
|
|
[alias]
|
|
|
|
o = log --graph --oneline --decorate --all
|
2021-11-04 08:34:03 +00:00
|
|
|
on = log --graph --oneline --decorate @{u}~1..HEAD
|
|
|
|
om = log --graph --oneline --decorate HEAD~1..@{u}
|
2021-01-18 20:54:33 +00:00
|
|
|
upstream = clone --origin upstream
|
2022-03-26 20:24:48 +00:00
|
|
|
[init]
|
|
|
|
defaultBranch = master
|
2021-01-18 20:54:33 +00:00
|
|
|
[push]
|
|
|
|
default = simple
|
|
|
|
[credential "helperselector"]
|
|
|
|
selected = manager
|
|
|
|
[diff]
|
|
|
|
algorithm = histogram
|
|
|
|
[gui]
|
|
|
|
diffopts = --patience
|
2021-04-22 23:52:04 +00:00
|
|
|
|
|
|
|
# In the user's .gitconfig file, inclue these lines at the top:
|
|
|
|
# [include]
|
|
|
|
# path = ~/git/cmd/voussoir.gitconfig
|
|
|
|
# and put additional configuration below.
|