Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
b6ca933a
"tools/vscode:/vscode.git/clone" did not exist on "8e4cdd221034aa260def15874e8f99262eb77930"
Commit
b6ca933a
authored
Jun 30, 2018
by
Michal Juriš
Committed by
Marc Cornellà
Jun 30, 2018
Browse files
Add alias for 'git rebase develop' (#6006)
parent
f898ada8
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/git/git.plugin.zsh
View file @
b6ca933a
...
@@ -208,6 +208,7 @@ alias gra='git remote add'
...
@@ -208,6 +208,7 @@ alias gra='git remote add'
alias
grb
=
'git rebase'
alias
grb
=
'git rebase'
alias
grba
=
'git rebase --abort'
alias
grba
=
'git rebase --abort'
alias
grbc
=
'git rebase --continue'
alias
grbc
=
'git rebase --continue'
alias
grbd
=
'git rebase develop'
alias
grbi
=
'git rebase -i'
alias
grbi
=
'git rebase -i'
alias
grbm
=
'git rebase master'
alias
grbm
=
'git rebase master'
alias
grbs
=
'git rebase --skip'
alias
grbs
=
'git rebase --skip'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment