Commit 906eee77 authored by nimrod's avatar nimrod
Browse files

fixup! Some more git shortcut aliases.

parent 8ffa3375
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
    staaash = stash push --all --include-untracked
    stat = status --short --branch
    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}
    trigger = !git commit --allow-empty --no-edit --amend && git pushes --force-with-lease
[color]