Skip to content

Commit

Permalink
Add alias for 'git rebase develop' (#6006)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljuris authored and mcornella committed Jun 30, 2018
1 parent f898ada commit b6ca933
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -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'
Expand Down

0 comments on commit b6ca933

Please sign in to comment.