mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add 'grbom' alias -> 'git rebase origin/master'
I often find myself doing `gfa` and then `grb origin/master` on a branch before pushing it to submit a PR.
This commit is contained in:
parent
d2725d44fc
commit
d3e6c2444b
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ alias grba='git rebase --abort'
|
|||
alias grbc='git rebase --continue'
|
||||
alias grbi='git rebase -i'
|
||||
alias grbm='git rebase master'
|
||||
alias grbom='git rebase origin/master'
|
||||
alias grbs='git rebase --skip'
|
||||
alias grh='git reset HEAD'
|
||||
alias grhh='git reset HEAD --hard'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue