Commit b6ca933a authored by Michal Juriš's avatar Michal Juriš Committed by Marc Cornellà
Browse files

Add alias for 'git rebase develop' (#6006)

parent f898ada8
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment