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

- Added pushes Git alias (push to all remotes).

parent d9eb6bcd
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
pul = pull --progress
pull-force = !git fetch && git reset --hard "$(git tracking)"
push-force = push --force-with-lease
pushes = !git remote | xargs -n1 git push
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 SimpleHTTPServer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment