git: add rebase shortcut
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user