More about git submodule usage

This commit is contained in:
Elmom 2010-09-30 09:27:51 +03:00
parent 55bd2607c8
commit dfeaa1f7df

5
README
View file

@ -15,8 +15,9 @@ which should be safe to use on all included files (ie. no top level code should
create geometry). create geometry).
If you host your project in git, you can do "git submodule add URL PATH" in your If you host your project in git, you can do "git submodule add URL PATH" in your
repo to import this library as a git submodule for easy usage. Then you need to do a "git submodule update --init". See repo to import this library as a git submodule for easy usage. Then you need to do
"git help submodule"" for more info. a "git submodule update --init". When you want to update the submodule,
do "cd PATH; git checkout master; git pull". See "git help submodule"" for more info.
Currently Provided Tools: Currently Provided Tools: