diff --git a/.gitconfig b/.gitconfig index 3bf7fb2..e207bd2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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