git: add rbi alias for rebase --interactive

This commit is contained in:
Daniel Lundin 2022-08-01 14:19:40 +02:00
parent 654bfde7e4
commit bdd1ff7b6b

View file

@ -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