git

Atlassian Sourcetree

How to Use Bitbucket and Sourcetree – Branches

In the previous post, we showed how to synchronize the local repository with the remote repository located at Bitbucket cloud. For that we used a single branch called “master” locally and a branch called “origin/master” remotely. This branch can be shared with other users so that they can also clone the repository and do their …

How to Use Bitbucket and Sourcetree – Branches Read More »

Share
Bitbucket

How to use Bitbucket and Sourcetree

Bitbucket is a version control system. A version control system (VCS) is where programmers can store their code at various stages of development, so that they can restore previous versions easily when there is a requirement. Bitbucket is based on Git, which is one of the most popular VCS. Git was created by Linus Torvalds, …

How to use Bitbucket and Sourcetree Read More »

Share
Scroll to Top