BitBucket Cloud Introduction
BitBucket Cloud Introduction
BitBucket Cloud is repository management, project management, and collaboration tool from Atlassian. There are various plans for BitBucket.
Features of BitBucket Cloud
- Code collaboration.
- Continuous Delivery.
- Secure workflows.
- Integration with other products.
Cloud option
- BitBucket Cloud
Self-managed options
- BitBucket Server.
- BitBucket Data Center.
Official Website: https://bitbucket.org/
Create an Account
Visit the BitBucket official website.
Click on the button Get it free.
Sign-up and create an account with a valid email address.
Verify the email address to get started with the product.
Create a Repository
Click on Create repository button.
Enter the project name and repository name.
git clone
Once done with the repository creation, we can clone the repo locally so that you can push changes and updates that you make. We can pull changes made by others. For example,
/> git clone https://[email protected]/testingdocs/testingdocs.git
If you hate working with the command line, you can use Sourcetree. Sourcetree is a free Git and Mercurial client.