Get Started with Bitbucket

Welcome! This page will guide you through the first steps of using Bitbucket for version control and collaboration.


1. Sign Up for Bitbucket

Go to Bitbucket and create a free account:

Screenshot showing Bitbucket sign up page

Note: Use the same email address you plan to use for your Git configuration.



2. Create a Repository

After signing in, click the Create repository button:

Screenshot showing how to create a new repository on Bitbucket

Fill in the repository details (name, description, public/private, etc.), then click Create repository:

Screenshot showing the create new repo form on Bitbucket


3. What is a Remote Repository?

A remote repository is a version of your project hosted on the internet. Bitbucket is a popular platform for hosting remote repositories, enabling you to collaborate with others and back up your code.

Next, you will learn how to securely connect your computer to Bitbucket using SSH.