top | item 46947459

(no title)

bartread | 20 days ago

Yeah, I'm literally looking at GitLab's "Migrate from GitHub" page on their docs site right now. If there's a way to import issues and projects I could be sold.

discuss

order

stevekemp|20 days ago

If you're considering moving away from github due to problems with reliability/outages, then any migration to gitlab will not make you happy.

bartread|20 days ago

Thanks for the heads up.

nextaccountic|20 days ago

I wish more people used git-bug. It stores issues and PRs in git (not as branches or tags but as special refs that don't pollute the output when you list branches), and have bridges from/to github and other sites

It's like the fossil model, but on Git

https://github.com/git-bug/git-bug

If everyone used it, it would eliminate this specific form of lock in

gslepak|20 days ago

> If there's a way to import issues and projects I could be sold.

That is what that feature does. It imports issues and code and more (not sure about "projects", don't use that feature on Github).