Let’s be honest, the majority here probably has a github account. Some of us are happy as a clam and wouldn’t switch no matter what happened, but there are some who would and haven’t yet. Why?
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
What’s the problem with bitbucket? It’s a solid… oh shit sorry atlassian is down. One moment.
I haven’t had reliability issues with BitBucket. My main complaint is it’s just really difficult to use.
I just find my time in GitHub is smoother and easier. For example comparing branches/tags to each other… in GitHub if you open a release from a week ago, there will be a link “this is 12 commits behind your main branch” and you can just click it to view the code in those commits.
BitBucket doesn’t even have releases. They just have tags which can trigger pipelines. Functionality wise, it’s the same thing. But from an ease of use perspective GitHub is so much faster and easier to navigate as long as your project follows standard branching/tagging/etc practices (which it should, especially if you’re working on a team).
They don’t even have syntax highlighting on pull requests. Like the fuck