git clone a specific breach code example
Example 1: specific branch clone git
git clone -b <branch> <remote_repo>
git clone -b my-branch [email protected]:user/myproject.git
Example 2: clone a particular branch
git clone -b <branch> <remote_repo>