Reference articles on history, science, culture and more
Encyclopedia

Bitbucket

Web-based hosting service for software development projects

Bitbucket is a Git-based source code repository hosting service owned by Atlassian. Bitbucket offers both commercial plans and free accounts with an unlimited number of private repositories.

01Services

Bitbucket Cloud

Bitbucket Cloud (previously known as Bitbucket) is written in Python using the Django web framework.

Bitbucket is mostly used for code and code review. Bitbucket supports the following features:

  • Pull requests with code review and comments
  • Bitbucket Pipelines, a continuous delivery service
  • Two-step verification and required two-step verification
  • IP whitelisting
  • Merge Checks
  • Code search (Alpha)
  • Git Large File Storage (LFS)
  • Documentation, including automatically rendered README files in a variety of Markdown-like file formats
  • Issue tracking
  • Wikis
  • Static sites hosted on Bitbucket Cloud: Static websites have the bitbucket.io domain in their URL
  • Add-ons and integrations
  • REST APIs to build third-party applications which can use any development language
  • Snippets that allow developers to share code segments or files
  • Smart Mirroring

02Bitbucket Server

Bitbucket Server
DeveloperAtlassian, Inc.
Release2012
Stable release7.21.0 / 28 February 2022 (2022-02-28)
Written inJava
Operating systemPlatform-independent
Typedistributed revision control
revision control
LicenseProprietary, free for use by official non-profit organizations, charities, and open-source projects, but not governmental, academic or religious organizations
Websitewww.atlassian.com/software/bitbucket/server

Bitbucket Server (formerly known as Stash) is a combination Git server and web interface product written in Java and built with Apache Maven. It allows users to do basic Git operations (such as reviewing or merging code, similar to GitHub) while controlling read and write access to the code. It also provides integration with other Atlassian tools.

Bitbucket Server is a commercial software product that can be licensed for running on-premises. Atlassian provides Bitbucket Server for free to open source projects meeting certain criteria, and to organizations that are non-profit, non-government, non-academic, non-commercial, non-political, and secular. For academic and commercial customers, the full source code is available under a developer source license.

03History

Bitbucket started as an independent startup company, founded by Jesper Nøhr in 2008.

On 29 September 2010, Bitbucket was acquired by Atlassian. In September 2015, Atlassian renamed their Stash product to Bitbucket Server. In July 2016, Bitbucket added support for Git Large File Storage (LFS).

In March 2020, Bitbucket Server dropped support for viewing three way diffs and in July 2020, Bitbucket Cloud removed support for its original repository format Mercurial.

Watch videos about BitbucketExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Bitbucket, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.