赞
踩
(1)背景:为什么要使用repo这个工具来管理
比如想基于android的源码进行内核的定制以及应用程序的开发,一个android程序需要所有的文件夹打包在一起 形成一个系统,因此每个文件夹使用一个git仓库进行管理
(2)如何使用repo参考已有的博客
搭建repo服务器管理多个git工程_songze_lee-CSDN博客_repo管理多个git
Gradle Repo:一个能管理多个Git仓库,又能快速切换分支的Gradle插件 - 简书
repo sync同步下来之后,git branch 显示“no branches”_weixin_33701251的博客-CSDN博客
搜索:为什么repo sync下来的代码 no branch。这个问题很容易中招
repo init和repo sync操作,发现默认是在(no branch)上的,即执行git branch -a时有如下返回:
* (no branch)
remotes/origin/master
remotes/origin/pre-release
remotes/origin/release
remotes/origin/top
终于把问题型清楚了,切记以后使用repo时要切换分支啊
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。