What is BitBucket?

Bitbucket is a web-based version control repository hosting service owned by Atlassian, for source code and development projects that use either Mercurial or Git revision control systems. For us in Deutsche Bank Git is the choice for software used for revision control.

If you have worked with Github then BitBucket has a similar feel. BitBucket allows an analyst to

  • Create pull requests with subsequent requests by an analyst to review the code and provide comments

  • Performing merge checks

  • Documentation using markdown format.

  • Track open or closed issues

  • Creating wikis (unfortunately this feature is not enabled in Deutsche Bank)

Bitbucket is free for upto 5 users with unlimited private repositories. It also has a Standard pland and a Premium plan. Deutsche Bank I guess uses the Premium plan as this plan includes merge checking.

How to use Bitbucket will be discussed later on in the book. If you want to jump right in then follow the link How to tag a release.

Last updated