這篇文章來實例操作
- 安裝repo,參考repo介紹這一節
- 創建repo存放default.xml 的git倉庫
-
初始化repo,repo init -u https://gitee.com/angerial/repo-test.git
這個時候會在當前目錄生成如下文件
-
參考repo組成,修改.repo/manifest.xml,這里我的修改如下
<?xml version="1.0" encoding="UTF-8" ?>
<manifest><remote fetch="https://gitee.com/yichutek/" name="origin" review="https://gitee.com/yichutek/"/><default remote="origin" revision="master" sync-j="4" /><project name="x-track-plus" path="test1" />
</manifest>
- 拉代碼到本地
repo sync
同時在生成了相關代碼
- 接下來就可以使用repo的命令進行相關操作了
本文章僅供學習交流用禁止用作商業用途,文中內容來水枂編輯,如需轉載請告知,謝謝合作