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

- Added root Git alias for showing the root of the repo.

parent 54787a17
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@
posh = push --set-upstream origin HEAD
pul = pull --progress
push-force = push --force-with-lease
root = rev-parse --show-toplevel
serve-git = !git daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http = !git update-server-info && cd .git && python -m SimpleHTTPServer
staash = stash --all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment