Add RSCore submodule. Start SubmoduleCheatSheet.md.

This commit is contained in:
Brent Simmons 2018-06-21 13:23:53 -07:00
parent b61df8c185
commit caece76cd1
3 changed files with 12 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "submodules/RSCore"]
path = submodules/RSCore
url = https://github.com/brentsimmons/RSCore

View File

@ -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

1
submodules/RSCore Submodule

@ -0,0 +1 @@
Subproject commit 43e3f0a07aed5d3ffa3bec341625e3d743d3f568