Per Wiki: 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.
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:
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.
All Pages | |
Display keyboard shortcuts | ? |
Expand and collapse the left navigation | [ |
Focus the site search | / |
Most Pages (except Your Work and Source) | |
Open the Omnibar | . |
Select next item | J |
Select the previous item | K |
View selected item | Enter |
Go to Your Work dashboard | G+D |
Go to your Personal Settings | G+A |
Dismiss dialog or remove focus | Esc |
Go back | U |
Repository Pages With Sidebar | |
Expand and collapse right sidebar | ] |
Repository Source | |
Focus the file filter | F |
Repository Pages (except for Source) | |
Create a repository | C+R |
Import a repository | I+R |
Open repository source | R+S |
Open repository commits | R+C |
Open repository branches | R+B |
Open repository pull requests | R+P |
Open repository issues | R+I |
Open repository wiki | R+W |
Open repository downloads | R+D |
Open repository settings | R+A |
Search for file | F |
Repository Pages (except for Source and Settings) | |
Fork repository | X+F |
Create branch | X+B |
Compare branches or tags | X+C |
Create pull request | X+P |
Create issue | X+I |
Pull Requests | |
Submit a comment | Ctrl+Enter |
Toggle display of inline comments | T+C |
Switch to the pull request diff tab | P+D |
Switch to the pull request commits tab | P+C |
Switch to the pull request activity tab | P+A |
Show the list of tasks | Shift+T |
Must Read: