事实上repo本上并不是一个程序,而是一个脚本工程.......而git才是真正的版本管理工具。
说白了,repo就是一堆批处理(python语言写的),它把git的命令进行了合理封装,目标就是同时管理多个git工程。
以下就是搭建repo服务器端的步骤。
同志们,我解决了哈,方案如下:
在设置新的remote的时候,用如下命令:
$repo forall -c 'git remote add origin ssh:IP/$REPO_PROJECT.git
这样就可以用repo for all -c git add remote origin master:master
Compressing objects: 100% (282/282), done.
Writing objects: 100% (488/488), 752.64 KiB, done.1 k2 z7 H4 D)
Total 488 (delta 199), reused 477 (delta 197)
To ssh://git1@172.16.202.229/platform/external/zlib.git:
* [new branch] master ->master/
Counting objects: 511364, done.
欢迎分享,转载请注明来源:夏雨云
评论列表(0条)