Skip to content

Update repositories in a specific directory

License

Notifications You must be signed in to change notification settings

pikhovkin/pull-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages