Created
March 14, 2014 16:04
-
-
Save joseluistorres/9550739 to your computer and use it in GitHub Desktop.
git checkout branchname and copy that to use later
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # add this to your bash profile | |
| function gco1() { | |
| echo "$@" | pbcopy | gco "$@" | |
| } | |
| alias gco='git checkout' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment