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?
Elon Musk buying it.
Seriously though, it would take something rather drastic. Our company briefly tried using bitbucket, but it was just worse overall. Don’t touch a running system.
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).
Charging me 0.20 cents every time someone git clones my projects.
It’s hard to overstate the psychology behind the github profile. As a developer, your github profile shows that you’re actively developing, whether it’s for open source projects or for work projects. My previously company used a private gitlab install, which meant only my open source work showed up on github. My current company uses github, which means my profile shows green all the time.
We’re a small company, but the github costs are a drop in the bucket. As others have said, it’d take something truly federated, or a crazy price jump from Github, for me to consider moving. It’s free for my open source projects, it’s a small amount for my company, and I have a public profile I can point to whenever I’m discussing my development.
ForgeFed and whatever Gitlab is doing with the PR federation taking off.
In the meantime I make my gh account as lean as possible.
- removed real name, photo and all links
- profile changed to private mode
- all gists and stars removed
- removed most useless repos, migrated one important repo to self hosted forgejo instance, remaining 2 are laying around
I use my personal account for work, but I’d close my account and create an employer-only one if I needed to.
Federation is honestly the biggest thing that could happen to github alternatives, IMO. They can work on CICD next, but federation would be so sick.
Ah, I meant other alternatives besides gitlab. I agree that gitlab CICD (even their UI) is leagues ahead of github.
If GitHub changes terms of use to pay for basic stuff, or starts breaking compatibility or adding egregious bugs, I would start looking for alternatives.
A while ago I had all my personal projects on GitLab. I was a GitLab fanboy and advocated it everywhere to the point I convinced the project manager of a previous job to migrate the team’s projects to it and pay for GitLab ultimate. Without going into details, that goodwill ended the moment I stumbled upon a regression introduced by GitLab which affected my personal projects, and their customer support essentially said the issue was won’t fix but it was fixed in premium customers. I simply unblocked myself by moving all projects to GitHub, disabled GitLab CICD and shut down my GitLab runners, and onboarded onto a mix of GitHub Actions and CircleCI. I could still stick with GitLab, but why bother?
I would do the same to GitHub if I experienced anything remotely similar.
Yeah, I don’t know what Gitlab is doing. They burned so much goodwill with their recent pro-business and fuck opensource dev attitude, that I consider them dead in the water. It’s a real pity because I consider their offering to be way ahead of github (project management, issue management, CICD, devops experience, etc.), but they hide it all behind Premium even on self-installs. I really want to use them because they’re better and opensource, but their pricing is beyond fucked IMO.
If Codeberg were Gitlab lite and working towards implementing gitlab features, I’d use them, but they’re just github lite and github is shite, IMO