More about git submodule usage
This commit is contained in:
parent
55bd2607c8
commit
dfeaa1f7df
5
README
5
README
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue