Skip to content

Instantly share code, notes, and snippets.

@emtee40
Forked from chadwick37/Clone a branch
Created August 14, 2018 23:18
Show Gist options
  • Select an option

  • Save emtee40/23be80a9122076016353c54effb2310d to your computer and use it in GitHub Desktop.

Select an option

Save emtee40/23be80a9122076016353c54effb2310d to your computer and use it in GitHub Desktop.
Clone a specific branch on a github repo
git clone -b {branch} git@github.com:{repo_name}.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment