捆绑git存储库而不克隆它

时间:2019-02-07 11:12:41

标签: git bundle git-bundle

如何捆绑git项目而不每次都克隆它?现在,我总是在下面执行命令。

git clone --mirror http://git_project
cd git_project
git bundle create '../git_project.lock' --all
cd ..
rm git_project -Force -Recurse

我想在一个命令中执行此操作,例如:

git bundle create '../git_project.lock' --all --repository http://git_project

0 个答案:

没有答案