Gitbulk
Консольная утилита для зеркалирования git-репозиториев.
Usage
$ gitbulk --help
Usage: gitbulk [options]
--config=./gitbulk.yml ENV[GITBULK_CONFIG] Path to configuration file
--dryrun ENV[GITBULK_DRYRUN] Dry Run
--debug ENV[LOG_LEVEL] Verbose logs. ENV values: debug, info, warn, error
Configuration
workdir: repositories
repositories:
- git: [email protected]:ruby/lusnoc.git
mirrors:
- [email protected]:rndsoft/lusnoc.git
- [email protected]:RND-SOFT/lusnoc.git
Installation
gem 'gitbulk'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install gitbulk