文件名称:windows下的android源码的批量git处理脚本
文件大小:9KB
文件格式:ZIP
更新时间:2015-07-21 10:34:46
git
windows虽然可以直接下载android源码, 但由于没有repo工具,只能手动地一个一个地去处理Git仓库,比较繁琐。 这个工具可以实现批量处理git 命令,包括git clone, pull, checkout等等。 使用方法: 启动git bash, 输入python Gitbat.py -c "git clone" -e即可。
【文件预览】:
Gitbat.py
repourl.txt
gitbat
----__init__.py(0B)
----RepositoryUrlParser.py(2KB)
----__pycache__()
--------RepositoryUrlParser.cpython-32.pyc(2KB)
--------CommandComposer.cpython-32.pyc(3KB)
--------main.cpython-32.pyc(2KB)
--------__init__.cpython-32.pyc(142B)
--------test.cpython-32.pyc(806B)
----CommandComposer.py(4KB)
----main.py(1KB)
----cmd.bat(7B)
readme.txt