Commit 72326f01 authored by nimrod's avatar nimrod
Browse files

Git stash aliases.

parent 70d19a81
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
    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
    staash = stash push --all
    staassh = stash push --all --include-untracked
    stat = status --short --branch
    tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)"
    tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}