version control - How would I maintain a large amount of code used in two different programs (using git)? -
let's have lot of javascript code deployed inside desktop application , used web application (deployed server).
the method obvious me have desktop application pull source code when builds.
is there better way handle this?
take @ git submodules. treat js shared library , include submodule in both web , desktop applications.
Comments
Post a Comment