1
1
Fork 0

gitconfig: Rename serve alias to server

It seems git serve is now a command.
This commit is contained in:
Jonathan Schleifer 2018-07-08 19:50:47 +00:00
parent 2fe5b6b89f
commit 5ca342911e

View file

@ -12,7 +12,7 @@
co = checkout co = checkout
d = diff d = diff
ds = diff --staged ds = diff --staged
serve = daemon --reuseaddr --verbose --base-path=. --export-all ./.git server = 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