Skip to content
Snippets Groups Projects
Commit a1e556a1 authored by nimrod's avatar nimrod
Browse files

- Not a shell expression.

parent 66e6ccf8
Branches
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
pull-force = !git fetch && git reset --hard "$(git rev-parse --abbrev-ref --symbolic-full-name @{u})" pull-force = !git fetch && git reset --hard "$(git rev-parse --abbrev-ref --symbolic-full-name @{u})"
push-force = push --force-with-lease push-force = push --force-with-lease
root = rev-parse --show-toplevel root = rev-parse --show-toplevel
serve-git = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer
staash = stash --all staash = stash --all
stat = status --short --branch stat = status --short --branch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment