git: add rbi alias for rebase --interactive
This commit is contained in:
parent
654bfde7e4
commit
bdd1ff7b6b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ fd = fuzzy diff
|
|||
fl = fuzzy log
|
||||
fs = fuzzy status
|
||||
pu = "!git push --set-upstream origin $(git symbolic-ref --short HEAD)"
|
||||
rbi = rebase --interactive
|
||||
|
||||
ll = log --graph --date=relative --topo-order --pretty='format:%C(yellow)%h%C(yellow)%d %Cblue%ar %Cgreenby %an%Creset -- %s'
|
||||
lla = log --graph --date=relative --topo-order --pretty='format:%Cgreen%h %Cblue%ar %Credby %an%Creset -- %s' --all
|
||||
|
|
Loading…
Reference in a new issue