-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Asher Ding edited this page Mar 31, 2023
·
6 revisions
Welcome to the QuantitativeTrading wiki!
添加子模块wiki git submodule add https://github.com/Asher-Ding/QuantitativeTrading.wiki.git wiki
此时还要留意的是,在终端 Git 命令操作下,位于主仓库目录中除了子模块外的任何子目录下进行的 commit 操作,都会记到主仓库下。只有在子模块目录内的任何 commit 操作,才会记到子模块仓库下
查看子模块 git submodule
更新子模块 git submodule update --remote
Clone 包含本项目的项目(包含子模块) git clone --recursive https://github.com/Asher-Ding/QuantitativeTrading.git