https://github.com/ziozzang/git_migration_tool
Git copy to another repo.
https://github.com/ziozzang/git_migration_tool
git migration-tool shell shell-script
Last synced: about 2 months ago
JSON representation
Git copy to another repo.
- Host: GitHub
- URL: https://github.com/ziozzang/git_migration_tool
- Owner: ziozzang
- Created: 2017-06-09T00:54:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-09T00:58:17.000Z (about 9 years ago)
- Last Synced: 2025-01-28T18:21:25.040Z (over 1 year ago)
- Topics: git, migration-tool, shell, shell-script
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git migration (and copy) tool
Git repository copy from remote repository to another repository.
# How to use
Just get file and use like cp command.
```
curl -o gitcp https://raw.githubusercontent.com/ziozzang/git_migration_tool/master/gitcp.sh
chmod +x gitcp
gitcp [src_git_repo_url] [target_git_repo_url]
```
# limitation
* remote repository url must SSH. because it's passwordless! :)
* need git command of course! haha.