您的位置:首页 > 移动开发 > Android开发

使用repo方式下载android代码

2011-09-07 13:59 477 查看
1. 为所有的git工程建立本地分支

/*repo下载后默认没有本地分支的,新建本地master分支*/

repo start master --all

2. repo start说明:

localhost FactoryTest # repo help start

Summary

-------

Start a new branch for development

Usage: repo start <newbranchname> [--all | <project>...]

Options:

-h, --help show this help message and exit

--all begin branch in all projects

Description

-----------

'repo start' begins a new branch of development, starting from the

revision specified in the manifest.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: