https://github.com/pikhovkin/pull-repos
Update repositories in a specific directory
https://github.com/pikhovkin/pull-repos
git pull-requests update-script
Last synced: about 2 months ago
JSON representation
Update repositories in a specific directory
- Host: GitHub
- URL: https://github.com/pikhovkin/pull-repos
- Owner: pikhovkin
- License: mit
- Created: 2018-10-28T12:14:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T19:46:56.000Z (over 7 years ago)
- Last Synced: 2025-10-28T19:56:23.187Z (5 months ago)
- Topics: git, pull-requests, update-script
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pull-repos
[](https://pypi.org/project/pull-repos/)

[](./LICENSE)
pull-repos clones and updates repositories in a specific directory
### Requirements
git must be installed in your OS
### Installation
pip install pull-repos
### Usage
For all sections in config file
pull-repos ./config.ini
or
pull-repos ./config.ini:default
for one specified section
Example of _config.ini_:
[default]
dir=/home/data/projects/myprojects
repos=
git@github.com:pikhovkin/null_object.git
[github]
dir=/home/data/projects/github/
repos=
git@github.com:pikhovkin/yametrikapy.git
git@github.com:pikhovkin/null_object.git
### License
MIT