1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

aliases: add grbi for 'git rebase -i'

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2021-04-29 11:30:35 +01:00
parent ff9feca14c
commit 4607175b94
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -148,6 +148,7 @@ alias gm="git merge"
alias gma="git merge --abort"
alias grb="git rebase"
alias grbi="grb -i"
alias grba="grb --abort"
alias grbc="grb --continue"
alias grbsk="grb --skip"