Commit 9a59f947 authored by nimrod's avatar nimrod
Browse files

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

parent 2dd838d0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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