Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
git [2020/06/05 18:35] – [Pull Submodule recursively] tmaier | git [2020/12/29 02:09] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 17: | Line 17: | ||
- Credentials are stored when the user logs in the next time | - Credentials are stored when the user logs in the next time | ||
- | ===== Git Submodules ===== | + | ===== Submodules ===== |
==== Add submodule ==== | ==== Add submodule ==== | ||
< | < | ||
Line 28: | Line 28: | ||
</ | </ | ||
- | ==== Update submodule to recent | + | ==== Update submodule to latest |
< | < | ||
cd submodule-main | cd submodule-main | ||
Line 39: | Line 39: | ||
</ | </ | ||
- | ==== Pull Submodule | + | ==== Clone repository |
< | < | ||
- | git pull --recurse-submodules | + | git clone --recurse-submodules |
</ | </ |