Comment on LOL GitHub [2018]
Jason2357@lemmy.ca 2 months agoGit is distributed by design, so I lean into that. I self-host, and use codeberg, and still collaborate with people who won’t leave github. Forgejo has built in pull or push mirrors that make it very easy, but you can also set multiple remotes in your local git repo.
Deestan@lemmy.world 2 months ago
Yeah migrating Git is as easy as it gets in my opinion :) Add remote, push, tada.
tux0r@feddit.org 2 months ago
Migrating Fossil: scp my-repo.fossil ssh://new/repos- tada
Deestan@lemmy.world 2 months ago
Well, sure.
scp -r source targetworks with git too. And pretty much everything if you have/want filesystem as your access point.Appreciate learning about fossil, but switching all my stuff to a different VCS entirely is overkill, and I can’t see it doing anything easier, simpler or better than git. Especially if I want to make it easy for others to depend on my stuff.
tux0r@feddit.org 2 months ago
I don’t want to convert anyone. :-) Just because you suggested it can’t be easier. I warmly recommend anyone to try it though.