Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 770 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 770 Bytes

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!