Skip to content

Instantly share code, notes, and snippets.

@kxhitiz
Created May 22, 2013 02:11
Show Gist options
  • Save kxhitiz/5624776 to your computer and use it in GitHub Desktop.
Save kxhitiz/5624776 to your computer and use it in GitHub Desktop.
Github Cheatsheets
## Clone that specific branch
git init
git remote add -t $BRANCH -f origin $REMOTE_REPO
git checkout $BRANCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment