Skip to content

Instantly share code, notes, and snippets.

@tibawatanabe
Last active July 13, 2017 21:50
Show Gist options
  • Save tibawatanabe/e46e2f93bc37d518295e62c0bc2df3c9 to your computer and use it in GitHub Desktop.
Save tibawatanabe/e46e2f93bc37d518295e62c0bc2df3c9 to your computer and use it in GitHub Desktop.
git clone a single branch
git clone -b <your_branch> --single-branch <your_repository_url>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment