Git workflow for two tight-knit projects
- by Pioul
Two very similar projects
I'm maintaining an online Markdown editor using Git as RCS (and accessorily made available on GitHub).
From this web app, I've created a Chrome app: the code is the same, aside from some Chrome technicalities.
I care about open sourcing these two projects. Still, the Chrome app's code being the same as the web app's…