Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/git-copy
Git plugin for copy repo easier
https://github.com/cybertk/git-copy
git
Last synced: 11 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T14:30:43.000Z (over 9 years ago)
- Last Synced: 2024-10-27T05:42:45.106Z (11 days 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
[![Gem](https://img.shields.io/gem/v/git-copy.svg)](https://rubygems.org/gems/git-copy)
[![Build Status](https://travis-ci.org/cybertk/git-copy.svg?branch=master)](https://travis-ci.org/cybertk/git-copy)
[![Dependency Status](https://gemnasium.com/cybertk/git-copy.svg)](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!