Browse code

Merge pull request #769 from divineforest/master

Added alias gcm='git checkout master

Robby Russell authored on 26/12/2011 at 18:02:09
Showing 1 changed files
... ...
@@ -17,6 +17,7 @@ alias gca='git commit -v -a'
17 17
 compdef _git gca=git-commit
18 18
 alias gco='git checkout'
19 19
 compdef _git gco=git-checkout
20
+alias gcm='git checkout master'
20 21
 alias gb='git branch'
21 22
 compdef _git gb=git-branch
22 23
 alias gba='git branch -a'