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

Git alias for amending and shoving.

parent 294257e7
No related branches found
No related tags found
No related merge requests found
Pipeline #521 passed
......@@ -23,6 +23,7 @@
pushes = !git remote | xargs -n1 git push
remaster = !git fetch --all && git autorebase origin/master
rerebase = !git autorebase "$(git tracking)"
retry = !git amend --no-edit . && git shove
root = rev-parse --show-toplevel
serve-git = daemon --reuseaddr --verbose --base-path=. --export-all ./.git
serve-http = !git update-server-info && cd .git && python -m http.server 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment