Comment on What would it take for you to move away from Github?
lloram239@feddit.de 1 year agoNothing too dramatic yet, but a lot of features GitHub provides are GitHub specific, not Git, which creates a lock-in and dependency that will cause problems sooner or later and make moving difficult.
thelonelyghost@infosec.pub 1 year ago
Like what?
I’m not saying there isn’t vendor lock-in, but I am saying it likely isn’t the features of GitHub that are limiting that. Third party integrations will follow wherever the foot traffic goes.
lloram239@feddit.de 1 year ago
The issue isn’t that the competition doesn’t offer similar functionality, but that there is no way to move your data to another hoster. If you move CI, you have to rewrite it as everybody uses a different language. If you move pull requests, you lose contact with all the users that made those pull requests, as Github doesn’t allow PMs and doesn’t publish emails by default.
I can move a Git repository in a single line, I can even mirror it to multiple hosts at the same time with ease. With all the surrounding aspects of a project that isn’t possible.