Update AddSubmoduleToGitRepo
parent
dfa417145e
commit
7446fd9f1f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
If you want to use another git repo within your repo but still get updates from
|
If you want to use another git repo within your repo but still get updates from
|
||||||
or contribute to the upstream repo without breaking things, then you need to add
|
or contribute to the upstream repo without breaking things, then you need to add
|
||||||
the repo as a submodule. this tells git that this folder is another repo and it
|
the repo as a submodule. This tells git that this folder is another repo and it
|
||||||
will add a link to it and not cause problems.
|
will add a link to it instead.
|
||||||
|
|
||||||
Step1:
|
Step1:
|
||||||
go to your repo. Use the following command instead of pull:
|
go to your repo. Use the following command instead of pull:
|
||||||
|
|
Loading…
Add table
Reference in a new issue