Comment on LOL GitHub [2018]
Deestan@lemmy.world 20 hours agoYeah migrating Git is as easy as it gets in my opinion :) Add remote, push, tada.
Comment on LOL GitHub [2018]
Deestan@lemmy.world 20 hours agoYeah migrating Git is as easy as it gets in my opinion :) Add remote, push, tada.
tux0r@feddit.org 19 hours ago
Migrating Fossil: scp my-repo.fossil ssh://new/repos- tada
Deestan@lemmy.world 19 hours ago
Well, sure.
scp -r source target
works 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 19 hours 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.