git:alias: Add multiple short-hand versions
This commit is contained in:
@@ -8,10 +8,15 @@
|
|||||||
autosquash = autofixup
|
autosquash = autofixup
|
||||||
|
|
||||||
branches = track
|
branches = track
|
||||||
|
c = commit
|
||||||
changes = flog HEAD...FETCH_HEAD
|
changes = flog HEAD...FETCH_HEAD
|
||||||
|
co = checkout
|
||||||
|
cow = checkout-worktree
|
||||||
fixes = log -1 --pretty=fixes
|
fixes = log -1 --pretty=fixes
|
||||||
|
l = log
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
signoff = rebase --signoff
|
signoff = rebase --signoff
|
||||||
|
ss = stash
|
||||||
|
|
||||||
# Implemented as zsh functions or external programs
|
# Implemented as zsh functions or external programs
|
||||||
checkout-worktree = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-checkout-worktree\""
|
checkout-worktree = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-checkout-worktree\""
|
||||||
|
|||||||
Reference in New Issue
Block a user