From 7142bfb69e846257e029f03852dd8faea632de71 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 17 Jun 2019 18:55:00 +0300 Subject: [PATCH] Expected behaviour git stash alises. --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index fcbcacd..324463b 100644 --- a/.config/git/config +++ b/.config/git/config @@ -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)" -- GitLab