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]
|
[user]
|
||||||
name = Jonathan Schleifer
|
name = Jonathan Schleifer
|
||||||
email = js@webkeks.org
|
email = js@heap.zone
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
@ -11,6 +11,7 @@
|
||||||
co = checkout
|
co = checkout
|
||||||
d = diff
|
d = diff
|
||||||
ds = diff --staged
|
ds = diff --staged
|
||||||
|
serve = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
|
||||||
slog = log --show-signature
|
slog = log --show-signature
|
||||||
sshow = show --show-signature
|
sshow = show --show-signature
|
||||||
st = status -s
|
st = status -s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue