Quick summary
This guide shows how to check out code from a Bitbucket repository by navigating the Source tab, using the Check Out button, and copying the generated command into your local terminal.
Steps
- On Bitbucket's main dashboard, select and open a repository.
- Under the Source tab, find and click the file that contains the code you want to check out.
- Click the Check Out button at the top-right corner of the file view.
- Tap the Copy icon next to the provided checkout command.
- Open the terminal on your device and paste the copied snippet into the command line of your local repository.
.gif)



