Add alias for checking out develop branch (#5307)

master
Simon 10 years ago committed by Marc Cornellà
parent 292a62e3ab
commit b9c3e862c7
  1. 1
      plugins/git/git.plugin.zsh

@ -70,6 +70,7 @@ alias gcl='git clone --recursive'
alias gclean='git clean -fd'
alias gpristine='git reset --hard && git clean -dfx'
alias gcm='git checkout master'
alias gcd='git checkout develop'
alias gcmsg='git commit -m'
alias gco='git checkout'
alias gcount='git shortlog -sn'

Loading…
Cancel
Save