terminal comand to clone a branch in terminal code example
Example: specific branch clone git
git clone -b <branch> <remote_repo>
git clone -b my-branch [email protected]:user/myproject.git
git clone -b <branch> <remote_repo>
git clone -b my-branch [email protected]:user/myproject.git