larsxschneider / hubsync

Sync repositories from GitHub.com to GitHub Enterprise

Home Page:https://larsxschneider.github.io/2014/08/04/hubsync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubsync

Syncs all repositories of a user/organization on github.com to a user/organization of a GitHub Enterprise instance.

Installation

gem install bundler
bundle install

Usage

./hubsync.rb <github.com organization>        \
             <github.com access-token>        \
             <github enterprise url>          \
             <github enterprise organization> \
             <github enterprise token>        \
             <repository-cache-path>

License

hubsync is available under the MIT license. See the LICENSE file for more info.

About

Sync repositories from GitHub.com to GitHub Enterprise

https://larsxschneider.github.io/2014/08/04/hubsync

License:MIT License


Languages

Language:Ruby 100.0%