Skip to content

Instantly share code, notes, and snippets.

@huiyonghkw
Created January 10, 2018 08:22
Show Gist options
  • Save huiyonghkw/e718aa97dabb9aaefa8ba595f0178bb1 to your computer and use it in GitHub Desktop.
Save huiyonghkw/e718aa97dabb9aaefa8ba595f0178bb1 to your computer and use it in GitHub Desktop.
git
How to clone a specific Git branch? - Stack Overflow
git clone -b my-branch https://git@github.com/username/myproject.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment