Lots of layoffs (“re-evaluating our operational footprint”) and switching to “agentic” processes. Target user is AI.
Anyone still hosting Gitlab?
Lots of layoffs (“re-evaluating our operational footprint”) and switching to “agentic” processes. Target user is AI.
Anyone still hosting Gitlab?
Even if, switching your used repo hosting service is a matter of minutes if you’re using git. You register on the other site, add your SSH key, update the remote URL of your repository which is just a
git remote set-url origin <new url>and then hitgit push, probably with something like--forceor another option, kinda forgot the exact name. So that’s something you could easily automate in like 10 lines of bash script for all your repositories.It’s super hard to “trap” people in something like github because git is so open and decentralized. Switching is super easy. Most people who stay on github or gitlab do it because they need the CI/CD pipelines or because they’re lazy and/or stupid.
And the open issues, tasks and pull requests?
Right.
Those are all part of the forge, not git.
The 2 are very different things.
And what kind of service is gitlab, which we are discussing here, or github which was brought up in the comment, or codeberg?
They are forges.
I think the comment of migrating git, was more for smaller and maybe private projects. Not large collaborations. So only the git part, not the forge part.
When I read this discussion on HackerNews they act like they’re trapped and it would require moving the sun and the earth to switch over.