My personal Python programming toolkit
在新项目中使用本项目,参考Git - 子模块
- 在新项目X中添加本项目为子项目:
git submodule add https://github.com/LiangsLi/PyToolkit
- 将本项目拉取到新项目X中(同时也会拉取其他的子项目):
git submodule init
git submodule update
- 在新项目中使用
若要更新子项目,执行:
git submodule update --remote