Commit 03993fde authored by nimrod's avatar nimrod
Browse files

Use Python3 in serve-http git alias.

parent 425733ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
    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
    serve-http = !git update-server-info && cd .git && python -m http.server 8080
    shove = push --force-with-lease
    squash = !cd "${GIT_PREFIX:-$PWD}" && git commit --squash $(git last-commit)
    staash = stash --all