git:alias: Add multiple short-hand versions

This commit is contained in:
2022-10-20 16:39:23 +02:00
parent e15fc71054
commit 861b159c78

View File

@@ -8,10 +8,15 @@
autosquash = autofixup
branches = track
c = commit
changes = flog HEAD...FETCH_HEAD
co = checkout
cow = checkout-worktree
fixes = log -1 --pretty=fixes
l = log
root = rev-parse --show-toplevel
signoff = rebase --signoff
ss = stash
# Implemented as zsh functions or external programs
checkout-worktree = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-checkout-worktree\""