repo

repo 是 repository(仓库/项目)的缩写

repo是Android为了方便管理多个git库而开发的Python脚本。。repo的出现,并非为了取代git,而是为了让Android开发者更为有效的利用git。

Android源码包含数百个git库,仅仅是下载这么多git库就是一项繁重的任务,所以在下载源码时,Android就引入了repo。 

https://blog.csdn.net/nwpushuai/article/details/78778602        从基础开始说,特别好的博客

https://blog.csdn.net/stoic163/article/details/78790349            涉及到更深层次的知识

https://blog.csdn.net/wh_19910525/article/details/8164107

猜你喜欢

转载自www.cnblogs.com/654321cc/p/9278485.html
今日推荐