mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Add alias for 'git rebase develop' (#6006)
This commit is contained in:
parent
f898ada8e3
commit
b6ca933a02
1 changed files with 1 additions and 0 deletions
|
@ -208,6 +208,7 @@ alias gra='git remote add'
|
|||
alias grb='git rebase'
|
||||
alias grba='git rebase --abort'
|
||||
alias grbc='git rebase --continue'
|
||||
alias grbd='git rebase develop'
|
||||
alias grbi='git rebase -i'
|
||||
alias grbm='git rebase master'
|
||||
alias grbs='git rebase --skip'
|
||||
|
|
Loading…
Reference in a new issue