Open georgeoffley opened 1 year ago
What workflow do people using swyxkit use for maintaining all your changes while keeping up to date with the original repo changes?
I've gotten away with creating a new branch -> syncing the repos with the new branch -> merging into main, and correcting all the merge conflicts.
It works, but I'm curious about what others do.
i dont know either! haha
the "correct" way to do this is bundle all this stuff into an npm package that people can install and upgrade nicely. but i havent spent the time to figure out how to do it tbh
What workflow do people using swyxkit use for maintaining all your changes while keeping up to date with the original repo changes?
I've gotten away with creating a new branch -> syncing the repos with the new branch -> merging into main, and correcting all the merge conflicts.
It works, but I'm curious about what others do.