Last Updated: June 20, 2023
·
447.8K
· dizpers

How to clone a specific branch in git

In general:

git clone -b <branch> <remote_repo>

Example:

git clone -b develop git@github.com:user/myproject.git

Related protips:

Remove all your local git branches but keep master

5 Responses
Add your response

More than 2 years ago a --single-branch option was introduced: http://stackoverflow.com/questions/4811434/clone-only-one-branch/14930421#14930421

over 1 year ago ·

Simple and Good.

Thanks!

over 1 year ago ·

Thanks

over 1 year ago ·

Thanks!)

over 1 year ago ·