We started out on Bitbucket due to their free tier and haven’t moved on since. Generally it does the job, but then again we’re not really using a lot of the fancy features.
To us the biggest issue is the speed. The user interface just feels slow compared to eg. GitHub.
Don't forget that the bitbucket you use at work (the on-prem one) is a completely different product to the one that runs on bitbucket.com. The on-prem one used to be called Stash but Atlassian in their infinite wisdom decided that having two products with the same name was a good idea.
The on-prem bitbucket is just too basic to really be worth it. Github is much nicer. Gitlab is not even comparable. It's an all in one CI tool that's miles ahead of anything Atlassian offer.
One personal gripe I have is that the UX for reviewing a PR commit by commit is non-existent in Bitbucket. Github recognises that a commit is part of a PR and gives you next and previous buttons to move between the commits in the PR.
Yes, this is it! The default behaviour of gitlab was actually rather unexpected to me in that it cleverly gives the pull request a version which persists after rebasing etc. But I actually expected that drop down to let me switch between the commits in the PR. We use a process of amending PRs using fixups and only rebasing at the end because it allows other developers to easily pull the branch. Being able to step through the commits would be the best of both worlds.
Bitbucket's private repos for team upto 5 members used to be really great. But GitHug/Gitlab also offers the same.
Advantages of GitHub
1. Better and faster UI in my opinion
Advantages of GitLab
1. Awesome CD/CI Integration with unlimited minutes in self hosted runners. It is just brilliant
2. Good integration between issues, branches and merge request
3. Simple time tracking and estimate for issues.
4. Better git history graphs than GitHub.
5. Truly free for any team size. you pay for the enterprise-y features only as required. The basic stuff is totally free
Also you have to differentiate Stash (on-prem; Java) and Bitbucket (on-demand [if it works haha]; Python).
Bitbucket was meant to be used with Bamboo for pipelining so it was just a GUI for managing repos.
GitLab is open source! That is a big advantage in itself.
For some more take a look at this: https://about.gitlab.com/devops-tools/bitbucket-vs-gitlab.ht...