Closed netheril96 closed 10 years ago
Use git submodule to manage code-js so that people can just call git submodule init && git submodule update to pull down the dependency and get a fully working local copy.
code-js
git submodule init && git submodule update
I've thought about doing it before and decided against using submodule.
Use git submodule to manage
code-js
so that people can just callgit submodule init && git submodule update
to pull down the dependency and get a fully working local copy.