新建文件 Software/Application/Repo/Repo_使用.md
This commit is contained in:
parent
2eba904814
commit
2cbbaf10f5
|
@ -0,0 +1,28 @@
|
|||
# Repo 使用
|
||||
|
||||
# 创建并切换分支
|
||||
|
||||
repo start <新分支名> --all
|
||||
|
||||
# 查看分支:
|
||||
|
||||
repo branches
|
||||
|
||||
# 切换分支:
|
||||
|
||||
repo checkout <远程分支名>
|
||||
|
||||
# 提交代码:
|
||||
|
||||
git commit -asm <Commit信息>
|
||||
|
||||
|
||||
# Push 代码:
|
||||
|
||||
git push <远程主机名> <本地分支名>:refs/for/<远程分支名>
|
||||
git push <远程主机名> <本地分支名>:refs/drafts/<远程分支名>
|
||||
|
||||
## Gerrit 服务器 Android 使用
|
||||
|
||||
repo init -u ssh://chensf@10.20.3.17:29418/manifests -b nitc
|
||||
repo sync -j<线程数>
|
Loading…
Reference in New Issue