
Please follow the steps and create Bitbucket Repository.

Step 2: Create Code Repository in Bitbucket. Git is the underlying engine that does all the heavy lifting and Bitbucket is just a wrapper that leverages Git.įollowing are the key steps to integrate Visual Studio with Bitbucket. You will know more when you read through this blog post. Git repository) and then synced Bitbucket. This is how it works – when you add/modify files in your local computer, changes are committed to local repository (i.e. What is Bitbucket?īitbucket is a cloud-based flavor of Git for professional teams. Installing Git is easy and this post will cover this for you. Once you install Git, you will be able to create a local repository, commit your changes locally and then push to the cloud or origin. “Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.” Visual Studio 2013 or higher installed.


This blog post is a quick demo on how to integrate Visual studio with an existing code repository on Bitbucket.
