Commit b9c3e862 authored by Simon's avatar Simon Committed by Marc Cornellà
Browse files

Add alias for checking out develop branch (#5307)

parent 292a62e3
......@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment