Quick summary
Cloning a Bitbucket repository lets you download a full copy of a remote codebase to your local machine using a git clone command. This guide walks through every step inside Bitbucket's dashboard, from selecting a repo to copying and running the clone command.
Steps
- On Bitbucket's main dashboard, find and click the repository you want to clone.
- Tap the Clone button at the top-right corner of the repository page.
- Open the drop-down menu and select your preferred network protocol (HTTPS or SSH).
- Click the Copy button next to the provided git clone command.
- Click Close and paste the copied command into the command line of your local system.
.gif)



