Git plugin for copy repo easier
Ruby Shell
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
bin Add tests Jun 3, 2015
lib Replace $CHILD_STATUS with $? Jun 15, 2015
spec Add tests Jun 3, 2015
.gitignore Initial commit Mar 26, 2015
.rspec
.travis.yml Move cli-test from Rakefile to travis.yml Jun 3, 2015
Gemfile Add tests Jun 3, 2015
Gemfile.lock
LICENSE Initial commit Mar 26, 2015
README.md gemnasium deps badge Jun 3, 2015
Rakefile Move cli-test from Rakefile to travis.yml Jun 3, 2015
cli-test.sh
git-copy.gemspec Bump to 0.2.1 Jun 15, 2015

README.md

git-copy

Git plugin for copy remote/local git repo to another remote/local destination

Gem Build Status Dependency Status

Getting Started

sudo gem install git-copy
git copy https://github.com/cybertk/git-copy.git https://github.com/cybertk/git-copy.git

Examples

Copy this repo to a local hosted git server

git init --bare git-copy.git
git copy https://github.com/cybertk/git-copy.git $PWD/git-copy.git

Contribution

Any contribution is more then welcome!