Skip to content

Commit

Permalink
Added alias gcm='git checkout master
Browse files Browse the repository at this point in the history
  • Loading branch information
divineforest committed Dec 23, 2011
1 parent 54f1758 commit 12a0457
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 12a0457

Please sign in to comment.