mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 12:06:58 +01:00
Add note about updating Git submodules to their latest commits.
This commit is contained in:
parent
12de2ea155
commit
753ccf14dd
@ -1,6 +1,6 @@
|
|||||||
# Git Submodules
|
# Git Submodules
|
||||||
|
|
||||||
Evergreen uses [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to include shared frameworks. At this writing (June 2018) they are DB5, RSCore, RSWeb, RSTree, and RSParser.
|
Evergreen uses [Git submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to include shared frameworks. At this writing (June 2018) they are DB5, RSCore, RSDatabase, RSWeb, RSTree, and RSParser.
|
||||||
|
|
||||||
To add a submodule:
|
To add a submodule:
|
||||||
|
|
||||||
@ -8,9 +8,7 @@ To add a submodule:
|
|||||||
|
|
||||||
(It’s unlikely you’ll need to do that. Adding a submodule is done super-rarely, if ever, and it’s Brent’s call.)
|
(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:
|
To update all submodules to their latest commits:
|
||||||
|
|
||||||
git submodule init
|
git submodule foreach git pull origin master
|
||||||
git submodule update
|
|
||||||
|
|
||||||
I think. Not sure about the above.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user