Using Bitbucket on Windows using TortoiseGit

Install TortoiseGit

TortoiseGit is a Windows GIU for using Git on Windows, integrating nicely with Windows Explorer.

Download TortoiseGit and install it.

Install and set up PuTTYgen

PuTTYgen is a program used to create SSH keys on Windows, the Public-Private-Key encryption used by SSH in place of passwords, you’ll need these to authenticate with Bitbucket.

Download PuTTYgen and install it.

Once installed, you’ll need to set up a public and private key. Open PuTTYgen from your Start menu/screen and follow the instructions on the screen. Once you’ve generate the key, save both the Prive and Public keys to your computer.

Add your keys to Bitbucket

Clone the repository

Switching Branches

Committing changes

When you’re ready to push your changes to Bitbucket