Skip to content
Snippets Groups Projects
Commit 2acecc6b authored by nimrod's avatar nimrod
Browse files

fixup! Some more git shortcut aliases.

parent d571c5bc
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
staaash = 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)"
temptree = !git worktree add "$(mktemp -d)" temptree = !git worktree prune && git worktree add "$(mktemp -d)"
tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream} tracking = rev-parse --abbrev-ref --symbolic-full-name @{upstream}
trigger = !git commit --allow-empty --no-edit --amend && git pushes --force-with-lease trigger = !git commit --allow-empty --no-edit --amend && git pushes --force-with-lease
[color] [color]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment