Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andycall/automatic_refresh
Git 多仓库更新工具
https://github.com/andycall/automatic_refresh
Last synced: 18 days ago
JSON representation
Git 多仓库更新工具
- Host: GitHub
- URL: https://github.com/andycall/automatic_refresh
- Owner: andycall
- Created: 2014-12-25T02:39:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-25T02:50:58.000Z (almost 10 years ago)
- Last Synced: 2024-10-09T04:49:57.685Z (27 days ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Automatic_refresh
=================Git 多仓库更新工具
##用途:
当你的一个文件夹里面有N个Git仓库, 而你又想给每个仓库全部都执行 `git pull`的时候, 这个小东西就是你救星。
## 使用
1. 切换到所有git仓库的父级目录
2. `python autoPull.py`
3. 坐等它自动弄完##功能
1. 会在你执行python脚本的那个目录里面创建一个log文件夹
2. 能够自动读取仓库的默认分支
3. 会以每个git仓库名创建一个log文件
4. 当遇到版本冲突等问题的时候, 会把仓库的名字写入`error.log`## 反馈
Contact Me: [email protected]