pikhovkin / pull-repos

Update repositories in a specific directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pull-repos

PyPI PyPI - Python Version PyPI - 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

About

Update repositories in a specific directory

License:MIT License


Languages

Language:Python 100.0%