gitconfig: Rename serve alias to server
It seems git serve is now a command.
This commit is contained in:
parent
2fe5b6b89f
commit
5ca342911e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
co = checkout
|
||||
d = diff
|
||||
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
|
||||
sshow = show --show-signature
|
||||
st = status -s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue