Skip to content

Commit

Permalink
Merge pull request #1790 from simlegate/master
Browse files Browse the repository at this point in the history
change git  alias
  • Loading branch information
robbyrussell committed Aug 13, 2013
2 parents 00183d1 + b5409fc commit 39a5e36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/git/git.plugin.zsh
Expand Up @@ -22,6 +22,8 @@ alias gca='git commit -v -a'
compdef _git gc=git-commit
alias gca!='git commit -v -a --amend'
compdef _git gca!=git-commit
alias gcmsg='git commit -m'
compdef _git gcmsg=git-commit
alias gco='git checkout'
compdef _git gco=git-checkout
alias gcm='git checkout master'
Expand Down

0 comments on commit 39a5e36

Please sign in to comment.