Using Atlassian SourceTree on macOS Catalina (2019)

In How to use GitHub Desktop to manage your code, I covered the usage of GitHub Desktop, Code Management GUI tool. Atlassian has a similar GUI tool called SourceTree. You can use SourceTree on Atlassian’s code management tool called Bitbucket. Or you can use on GitHub as well. In the post, let’s walkthrough on managing your repository using Atlassian SourceTree and Bitbucket on macOS Catalina.

Create Atlassian’s Account

If you have not created Atlassian’s account, go ahead and create one first before we dive into downloading and installing SourceTree app.

You can create an Atlassian account from: https://www.atlassian.com/

Create Repository on Bitbucket

Bitbucket is one of the Atlassian’s services where you can create repositories and manage your projects/codes.

Once you have Atlassian’s account, go to https://bitbucket.org/dashboard/overview and create a repository.

SourceTree Bitbucket Code Management on macOS Catalina
Click + (plus) to initiate the creation of a new repository
Bitbucket-SourceTree
Click Repository
SourceTree Bitbucket Code Management on macOS Catalina
Assign some Repository Name, click Create repository
Bitbucket-SourceTree
Repository is created

Download and Install SourceTree App

Next, you need to download and install the SourceTree app on your system.

Download the SourceTree installer from: https://www.sourcetreeapp.com/

After you have dowloaded the SourceTree app, install on your system.

Follow the instruction to register your account, select Bitbucket Cloud.

SourceTree Bitbucket Code Management on macOS Catalina

Sync your Remote Repository with Local Location

Select Remote and Click Clone next to the repository you created.

Bitbucket-SourceTree

Select the local location where you want to sync your remote repository.

Click Clone.

SourceTree Bitbucket Code Management on macOS Catalina

Create a Sample File to Commit

Once repository is configured locally, try putting some file in the local location. For example, put README.txt.

You will notice in the SourceTree, README.txt file will appear.

To commit that file, tick on that file and click Commit.

Bitbucket-SourceTree

Make sure to add your comment. You can also tick the Push changes immediately to origin/master this will commit and push at the same time.

Bitbucket-SourceTree

Check your Bitbucket repository on your browser and you can see the file you pushed is on your repository.

Bitbucket-SourceTree

Latest Posts

Feel free to share this post!

Scroll to Top