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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -