diff --git a/.config/git/config b/.config/git/config index 9d6558de53901e7e8c397079746126a3c593dc9f..2d54b4369f1ca35201d94e13bad4ad8fe12a4f07 100644 --- a/.config/git/config +++ b/.config/git/config @@ -25,7 +25,7 @@ shove = push --force-with-lease squash = !cd "${GIT_PREFIX:-$PWD}" && git commit --squash $(git last-commit) staash = stash push --all - staassh = stash push --all --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)" tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}