Update gitconfig
This commit is contained in:
parent
ac6368584d
commit
7957ab5bf7
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[user]
|
||||
name = Jonathan Schleifer
|
||||
email = js@webkeks.org
|
||||
email = js@heap.zone
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
@ -11,6 +11,7 @@
|
|||
co = checkout
|
||||
d = diff
|
||||
ds = diff --staged
|
||||
serve = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
|
||||
slog = log --show-signature
|
||||
sshow = show --show-signature
|
||||
st = status -s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue