git: add grbs

Felix Itzenplitz 2017-01-12 16:37:47 +01:00
parent 7bb9072f7a
commit 55e5058f66

@ -137,6 +137,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
| _gr_ | git remote |
| _grba_ | git rebase --abort |
| _grbc_ | git rebase --continue |
| _grbs_ | git rebase --skip |
| _grbi_ | git rebase -i |
| _grh_ | git reset HEAD |
| _grhh_ | git reset HEAD --hard |