1. git clone https://android.googlesource.com/kernel/common.git
2. cd "PATH to source code"/common/
3. git branch -a
4. select a branch, and execute the followed command:
git checkout -b <native branch name> <remote branch name>
本文介绍如何从Google源代码仓库克隆Android通用内核,并指导如何切换到特定分支进行开发工作。
1. git clone https://android.googlesource.com/kernel/common.git
2. cd "PATH to source code"/common/
3. git branch -a
4. select a branch, and execute the followed command:
git checkout -b <native branch name> <remote branch name>
2万+

被折叠的 条评论
为什么被折叠?