niudong1001 / toolkits

A cs problem killer, demonstrate the solutions to the various problems we often encounter when using computers to perform various tasks.
3 stars 0 forks source link

Some git submodule related operations? #4

Open niudong1001 opened 6 years ago

niudong1001 commented 6 years ago

--> Describe the problem

There is one situation we often encounter: one working project needs to include and use another. Git addresses this problem through submodule which allows you to use another Git repository as a subdirectory. Some operations related to the GIT submodule are shown below.

--> Demonstrate the solution