mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Add new commands
Run `gcdmc` or `gcmmc` in order to merge the latest remote [develop|master] state into the current branch. In more detail: - checkout [develop|master] branch - pull [develop|master] branch - checkout latest branch - merge [develop|master] branch to latest branch
This commit is contained in:
parent
d874c73f19
commit
0dec25370a
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ alias gcp='git cherry-pick'
|
|||
alias gcpa='git cherry-pick --abort'
|
||||
alias gcpc='git cherry-pick --continue'
|
||||
alias gcs='git commit -S'
|
||||
alias gcdmc='git checkout develop && git pull && git checkout - && git merge develop'
|
||||
alias gcmmc='git checkout master && git pull && git checkout - && git merge master'
|
||||
|
||||
alias gd='git diff'
|
||||
alias gdca='git diff --cached'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue