https://github.com/cybertk/git-copy
Git plugin for copy repo easier
https://github.com/cybertk/git-copy
git
Last synced: 8 months ago
JSON representation
Git plugin for copy repo easier
- Host: GitHub
- URL: https://github.com/cybertk/git-copy
- Owner: cybertk
- License: mit
- Created: 2015-03-26T11:14:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T14:30:43.000Z (over 10 years ago)
- Last Synced: 2025-02-28T00:37:46.811Z (9 months ago)
- Topics: git
- Language: Ruby
- Homepage:
- Size: 199 KB
- Stars: 33
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## git-copy
> Git plugin for copy remote/local git repo to another remote/local destination
[](https://rubygems.org/gems/git-copy)
[](https://travis-ci.org/cybertk/git-copy)
[](https://gemnasium.com/cybertk/git-copy)
## 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!