@arnoldo.moen
To clone the code from the master branch in Bitbucket, you can follow these steps:
For HTTPS:
1
|
git clone https://[email protected]/username/repository.git |
For SSH:
1
|
git clone [email protected]:username/repository.git |
Replace "username" with your Bitbucket username and "repository" with the name of your repository.
After cloning the repository, you can checkout the master branch by using the following command:
1
|
git checkout master |
Now you have successfully cloned the code from the master branch in Bitbucket.