Bitbucket vs. Git

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Bitbucket
Score 8.2 out of 10
N/A
Bitbucket from Australian-headquartered Atlassian offers source code management and version control.
$0
per month
Git
Score 10.0 out of 10
N/A
N/AN/A
Pricing
BitbucketGit
Editions & Modules
Free (up to 5 users)
$0
per month
Standard
$3
per user/per month
Premium
$6
per user/per month
Data Center
1,980
per year
No answers on this topic
Offerings
Pricing Offerings
BitbucketGit
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
BitbucketGit
Considered Both Products
Bitbucket
Chose Bitbucket
We chose bitbucket because our IT budget is very low and we didn't see a reason to have to pay to use github
Chose Bitbucket
Bitbucket is very similar to Gitlab, so none of them are better. If you need similar products and great integrations then Bitbucket with Jira and Confluence from Atlassian is a great choice for a medium size company. For startups I can recommend Gitlab or Bitbucket, because of …
Chose Bitbucket
I have used Gitblit and GitHub apart from bitbucket. The only thing bitbucket lacks is the ability to create issues against commits like GitHub issues and a similar feature in Gitblit.
Chose Bitbucket
I have also used Gitlab and GitHub. There are pros and cons to using each version control system. While Gitlab has a much better interface and is easier to use, it has fewer features and integrations than BitBucket. GitHub is king, but costs money for private repositories. …
Chose Bitbucket
Using Bitbucket, GitHub, AccuRev, and svn over my dev career, I like Bitbucket the most. It's nice web UI and integration with JIRA and Sourcetree make it my favorite SCM solution.
Chose Bitbucket
Our organization previously used GitHub as our VCS host and the move to Bitbucket has been very smooth and without any hassles, our team really enjoys the simple and easy to use UI over GitHub which allows for interactive code reviewing, the code search engine is also more …
Chose Bitbucket
BitBucket is the most full featured hosted service I've found that includes free private repositories. GitHub is as good, perhaps better in many ways, but charges for private repositories. Beanstalk has decent deployment tools built in which other services generally do not …
Chose Bitbucket
GitHub has a huge community to support, so, beside the price, is the best tool I've used as a git server.
Gitlab is very similar to BitBucket, and for a free version as less limitations. Also is cheaper for companies, but doesn't have a smooth integration with JIRA. Also has a …
Chose Bitbucket
I haven't really researched a whole lot with GitHub or SourceForge. I know there are a lot of people that use GitHub and it has kind of become a bit part of the industry. Whenever i have used GitHub to submit pull requests it has also seemed pretty easy to do, but I haven't …
Chose Bitbucket
Naturally, Bitbucket will be compared to GitHub, that has reached a tremendous importance in the open source software industry. Overall, Bitbucket comes with similar set of features as GitHub. Bitbucket brought a good integration with other Atlassian products (especially Conflue…
Chose Bitbucket
Bitbucket provides a better price compared to the others as well as private repositories for people who do not want everything they do to be completely public and accessible for all to see.
Chose Bitbucket
Drastically simpler both in pricing and ease of use than the competition. For only $10/month your team has unlimited private repos! That is an outright bargain! If you are a small team that doesn't require all of the advanced services that come with larger infrastructure and …
Git
Chose Git
We were using the TortoiseSVN previously and it was super slow when we created a new branch or switched between branches. Git makes our life easy. :)
Chose Git
The two main alternatives to Git that I know about are Mercurial and Subversion. I've never used either one, but I know a bit about Subversion. From what I remember, Subversion requires a server. I don't anyone using any other source control other than Git, it seems to have …
Chose Git
It's easy to use and stable. These are the two strengths I see in Git. It does not need a lot of time to learn, but you still need to learn it. It has high stability. Bugs are not often to see in Git, and the community support is wonderful. With the help of GitHub, you can …
Chose Git
Git is the best Source Control Management Tool I've used. Every company, team, and project I've worked on professionally either used Git 100%, or was moving to Git, away from the alternatives like SVN. Git has all the features necessary, as well as a very large community of …
Chose Git
After using Subversion previously for a number of years, Git comes across as the new and improved source control approach. Git seems very suited to working with Agile:- branches can be created easily, allowing multiple developers to switch to them quickly, and having local …
Top Pros
Top Cons
Best Alternatives
BitbucketGit
Small Businesses
Git
Git
Score 10.0 out of 10
GitHub
GitHub
Score 9.0 out of 10
Medium-sized Companies
Git
Git
Score 10.0 out of 10
GitHub
GitHub
Score 9.0 out of 10
Enterprises
Perforce Helix Core
Perforce Helix Core
Score 6.3 out of 10
Perforce Helix Core
Perforce Helix Core
Score 6.3 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
BitbucketGit
Likelihood to Recommend
8.3
(63 ratings)
10.0
(36 ratings)
Likelihood to Renew
9.0
(3 ratings)
10.0
(1 ratings)
Usability
8.7
(2 ratings)
9.0
(1 ratings)
Support Rating
8.3
(14 ratings)
8.5
(11 ratings)
Implementation Rating
-
(0 ratings)
9.0
(1 ratings)
User Testimonials
BitbucketGit
Likelihood to Recommend
Atlassian
As a team we need to push code into the repo on daily basis, Bitbucket has proven that is a reliable and secure server to save and get the code available in no time. The administration part is really easy and there's an extra tool for every developer profile either if you want to use the console or a GUI like Sourcetree.
Read full review
Open Source
GIT is good to be used for faster and high availability operations during code release cycle. Git provides a complete replica of the repository on the developer's local system which is why every developer will have complete repository available for quick access on his system and they can merge the specific branches that they have worked on back to the centralized repository. The limitations with GIT are seen when checking in large files.
Read full review
Pros
Atlassian
  • Very easy to integrate with other DevOps tools like Jenkins and with project/workflow management tools like JIRA.
  • Very efficient in managing security and compliance standards for code, especially during pull requests, merge requests, branching, etc.
  • Very robust in performance, especially the cloud and datacenter versions hardly hit any performance issues and supports more than 2000+ developers in my company.
Read full review
Open Source
  • Ability to create branches off current releases to modify code that can be tested in a separate environment.
  • Each developer had their own local copy of branches so it minimizes mistakes being made.
  • Has a user-friendly UI called Git Gui that users can use if they do not like using the command line.
  • Conflicts are displayed nicely so that developers can resolve with ease.
Read full review
Cons
Atlassian
  • The code management UI is a bit rough around the edges and difficult to work with.
  • BitBucket does not have the same simplified PR management tools as other competitors.
  • It's not as easy to integrate 3rd party apps as other competitors.
Read full review
Open Source
  • There can be quite a number of commands once you get to the advanced features and functionality of Git. Takes time to master.
  • Doesn't handle static assets (ie: videos, images, etc.) well. Although in the recent years, new functionality has been introduced to address this.
  • Many different GUIs, many people (including myself) opt to just use the command-line.
Read full review
Likelihood to Renew
Atlassian
All products have room for improvement. The system improves over time with better and better integrations and I look forward to even more features without paying extra! The system has increased transparency across my organization and with this transparency comes increased throughput on projects. I don't think I can go back to any other system and we are definitely married to this product.
Read full review
Open Source
Git has met all standards for a source control tool and even exceeded those standards. Git is so integrated with our work that I can't imagine a day without it.
Read full review
Usability
Atlassian
The architecture of Bitbucket makes it more easily scalable than other source code management repositories. Also, administration and maintaining the instance is very easy. It integrates with JIRA and other CI/CD applications which makes it more useful to reduce the efforts. It supports multiple plugins and those bring a lot of extra functionality. It increases the overall efficiency and usefulness of Bitbucket.
Read full review
Open Source
Git is easy to use most of the time. You mostly use a few commands like commiting, fetch/pull, and push which will get you by for most of time.
Read full review
Support Rating
Atlassian
The customer support provided by Atlassian (Bitbucket's parent company that also makes Jira, Confluence, etc.) is very helpful. They seem to be very concerned about any issues reported with their products and even just questions about functionality. They are constantly improving the products with new features in nearly every release. Plus they have a plethora of online documentation to reference.
Read full review
Open Source
I am not sure what the official Git support channels are like as I have never needed to use any official support. Because Git is so popular among all developers now, it is pretty easy to find the answer to almost any Git question with a quick Google search. I've never had trouble finding what I'm looking for.
Read full review
Implementation Rating
Atlassian
No answers on this topic
Open Source
It's easy to set up and get going.
Read full review
Alternatives Considered
Atlassian
For the features we were looking at, Bitbucket, GitHub and GitLab were all at par and were in a similar price range. We found that GitHub was the most full featured should we need to scale very quickly. GitLab was at par with GitHub for our future needs, but GitHub was a more familiar tool compared to GitLab. Bitbucket won out because of its close integration with Jira and being in the Atlassian family. It was also cheaper than GitHub. As we started with Jira, Bitbucket addition became a natural next step for us. We really liked Bitbucket and stayed with it but we do know we have great options in the form of GitHub and GitLab should we need to scale fast.
Read full review
Open Source
I've used both Apache Subversion & Git over the years and have maintained my allegiance to Git. Git is not objectively better than Subversion. It's different.
The key difference is that it is decentralized. With Subversion, you have a problem here: The SVN Repository may be in a location you can't reach (behind a VPN, intranet - etc), you cannot commit. If you want to make a copy of your code, you have to literally copy/paste it. With Git, you do not have this problem. Your local copy is a repository, and you can commit to it and get all benefits of source control. When you regain connectivity to the main repository, you can commit against it. Another thing for consideration is that Git tracks content rather than files. Branches are lightweight and merging is easy, and I mean really easy.
It's distributed, basically every repository is a branch. It's much easier to develop concurrently and collaboratively than with Subversion, in my opinion. It also makes offline development possible. It doesn't impose any workflow, as seen on the above linked website, there are many workflows possible with Git. A Subversion-style workflow is easily mimicked.
Read full review
Return on Investment
Atlassian
  • It's allowed for a lot of automation in terms of development workflows. It lets us pursue CI/CD approaches and get releases out faster
  • It has let us get our infrastructure configuration into VCS, which further improves our automation abilities.
  • It has aided in keeping track of changes, and allows us to keep workflows organized so we can track the status of development
Read full review
Open Source
  • Git has saved our organization countless hours having to manually trace code to a breaking change or manage conflicting changes. It has no equal when it comes to scalability or manageability.
  • Git has allowed our engineering team to build code reviews into its workflow by preventing a developer from approving or merging in their own code; instead, all proposed changes are reviewed by another engineer to assess the impact of the code and whether or not it should be merged in first. This greatly reduces the likelihood of breaking changes getting into production.
  • Git has at times created some confusion among developers about what to do if they accidentally commit a change they decide later they want to roll back. There are multiple ways to address this problem and the best available option may not be obvious in all cases.
Read full review
ScreenShots