Skip to content
Snippets Groups Projects
Commit 263b99f3 authored by nimrod's avatar nimrod
Browse files

Fix typo.

parent 68af6fdc
Branches
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
shove = push --force-with-lease shove = push --force-with-lease
squash = !cd "${GIT_PREFIX:-$PWD}" && git commit --squash $(git last-commit) squash = !cd "${GIT_PREFIX:-$PWD}" && git commit --squash $(git last-commit)
staash = stash push --all staash = stash push --all
staassh = stash push --all --include-untracked staaash = stash push --all --include-untracked
stat = status --short --branch stat = status --short --branch
tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)" tag-version = !git tag --annotate --force --message "v$(cat VERSION)" "v$(cat VERSION)"
tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment