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.

http://git-scm.com/book/en/git-tools-submodules


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -