git: add rebase shortcut

This commit is contained in:
2026-04-06 00:34:29 +02:00
parent 67907b8ab6
commit 0d2e5ef264

View File

@@ -12,10 +12,11 @@
co = checkout co = checkout
cp = cherry-pick cp = cherry-pick
d = diff d = diff
nuke = clean -df
lg = log --oneline --decorate --graph lg = log --oneline --decorate --graph
nuke = clean -df
pl = pull --rebase pl = pull --rebase
ps = push ps = push
r = rebase -i
sh = show sh = show
st = status -s st = status -s
wt = worktree wt = worktree