- cross-posted to:
- technology@lemmy.world
- cross-posted to:
- technology@lemmy.world
cross-posted from: https://feddit.org/post/9959466
geteilt von: https://programming.dev/post/27692275
You must log in or register to comment.
This is the benefit of using distributed tools like git.
Yea tons of devs treat all of these platforms like the central host, but you can host it on all of them at once lol
Wonder if there’s a tool for compiling all issues from seperate sources to allow devs with repos hosted on several different platforms to respond easier.
Also feels like a way to get repeat issues more frequently
Yea, would probably call for integrating the actual issues into git too lol
Yeah, the code history is the easiest thing to migrate. The other stuff like issues relies on having a good exporting/importing tool on both sides.