mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-20 14:33:04 +01:00
Add RSCore submodule. Start SubmoduleCheatSheet.md.
This commit is contained in:
parent
b61df8c185
commit
caece76cd1
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "submodules/RSCore"]
|
||||
path = submodules/RSCore
|
||||
url = https://github.com/brentsimmons/RSCore
|
8
Technotes/SubmoduleCheatSheet.md
Normal file
8
Technotes/SubmoduleCheatSheet.md
Normal 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
1
submodules/RSCore
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 43e3f0a07aed5d3ffa3bec341625e3d743d3f568
|
Loading…
Reference in New Issue
Block a user