Skip to content

Commit

Permalink
Aliased git checkout as gco
Browse files Browse the repository at this point in the history
  • Loading branch information
hakanensari committed Dec 20, 2010
1 parent 4fadc30 commit 8edf417
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 @@ -8,6 +8,7 @@ alias gd='git diff | mate'
alias gdv='git diff -w "$@" | vim -R -'
alias gc='git commit -v'
alias gca='git commit -v -a'
alias gco='git checkout'
alias gb='git branch'
alias gba='git branch -a'
alias gcount='git shortlog -sn'
Expand Down

0 comments on commit 8edf417

Please sign in to comment.