Commit fc9ccdb9 authored by nimrod's avatar nimrod
Browse files

Rewrite Git alias.

Runs `rebase -i` noninteractively for the whole history (since the
initial commit).
parent aab23f8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@
    pull-force = !git fetch && git reset --hard "$(git tracking)"
    pushes = !git remote | xargs -n1 git push
    retry = !cd "${GIT_PREFIX:-$PWD}" && git amend --no-edit . && git shove
    rewrite = autorebase ':/Initial empty commit.'
    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