git git clone branch 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: git clone repo with name
git clone https://github.com/foo/repo_name.git new_directory_name