Skip to content

Commit

Permalink
Merge pull request #769 from divineforest/master
Browse files Browse the repository at this point in the history
Added alias gcm='git checkout master
  • Loading branch information
robbyrussell committed Dec 26, 2011
2 parents 0ca2e26 + 12a0457 commit f8db2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/git/git.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f8db2e8

Please sign in to comment.