Add RSCore submodule. Start SubmoduleCheatSheet.md.
This commit is contained in:
parent
b61df8c185
commit
caece76cd1
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "submodules/RSCore"]
|
||||||
|
path = submodules/RSCore
|
||||||
|
url = https://github.com/brentsimmons/RSCore
|
|
@ -0,0 +1,8 @@
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
To add a submodule:
|
||||||
|
|
||||||
|
git submodule add https://github.com/username/path
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 43e3f0a07aed5d3ffa3bec341625e3d743d3f568
|
Loading…
Reference in New Issue