Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在我的项目中包括第三方github回购_Git_Github_Version Control_Continuous Deployment - Fatal编程技术网

如何在我的项目中包括第三方github回购

如何在我的项目中包括第三方github回购,git,github,version-control,continuous-deployment,Git,Github,Version Control,Continuous Deployment,我想在我的项目中包括github回购协议。在构建期间的命令中,我将使用pip在我的项目中安装git repo,但我希望通过sha1sum进行安装,并在需要新功能时定期更新,这样,如果第三方项目临时中断其主分支,它就不会中断我们的项目构建。我们能实现这样的目标吗?我想说这听起来很像git子模块用例。阅读其手册页了解更多信息

我想在我的项目中包括github回购协议。在构建期间的命令中,我将使用pip在我的项目中安装git repo,但我希望通过sha1sum进行安装,并在需要新功能时定期更新,这样,如果第三方项目临时中断其主分支,它就不会中断我们的项目构建。我们能实现这样的目标吗?

我想说这听起来很像
git子模块
用例。阅读其手册页了解更多信息