Skip to content
Snippets Groups Projects
Commit 7142bfb6 authored by nimrod's avatar nimrod
Browse files

Expected behaviour git stash alises.

parent 05e8e845
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
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 push --all
staash = stash push --include-untracked
staaash = stash push --all --include-untracked
stat = status --short --branch
tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment