cybertk / git-copy

Git plugin for copy repo easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Git plugin for copy repo easier

License:MIT License


Languages

Language:Ruby 98.2%Language:Shell 1.8%