Add to SubmoduleCheatSheet.
This commit is contained in:
parent
0a965d2e95
commit
0efd637db8
|
@ -6,3 +6,8 @@ To add a submodule:
|
||||||
|
|
||||||
git submodule add https://github.com/username/path
|
git submodule add https://github.com/username/path
|
||||||
|
|
||||||
|
(It’s unlikely you’ll need to do that. Adding a submodule is done super-rarely, if ever, and it’s Brent’s call.)
|
||||||
|
|
||||||
|
To update a submodule — to get the latest changes:
|
||||||
|
|
||||||
|
TBD I surely wish I knew how
|
||||||
|
|
Loading…
Reference in New Issue