mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
Merge pull request #769 from divineforest/master
Added alias gcm='git checkout master
This commit is contained in:
commit
f8db2e88e5
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ alias gca='git commit -v -a'
|
|||
compdef _git gca=git-commit
|
||||
alias gco='git checkout'
|
||||
compdef _git gco=git-checkout
|
||||
alias gcm='git checkout master'
|
||||
alias gb='git branch'
|
||||
compdef _git gb=git-branch
|
||||
alias gba='git branch -a'
|
||||
|
|
Loading…
Reference in a new issue