私は bitbucket でホストされているリモート リポジトリを持っていますが、このリポジトリを自分の PC に複製したい場合、
Bitbucket は master ブランチを複製します。同じリモート プロジェクトでホストされている static_pages_exercises という別のブランチも複製します。それは可能ですか?
Error:it clones the remote master branch no the remote static-pages-exercises branch
daniel:~/workspace$ mkdir sample_app
daniel:~/workspace$ git init .
Reinitialized existing Git repository in /home/fernando/workspace/.git/
fernando@fernando:~/workspace$ git clone git@bitbucket.org:ferbad1212/sample_app.git
Cloning into 'sample_app'...
remote: Counting objects: 139, done.
remote: Compressing objects: 100% (124/124), done.
remote: Total 139 (delta 42), reused 0 (delta 0)
Receiving objects: 100% (139/139), 23.05 KiB, done.
Resolving deltas: 100% (42/42), done