git-dance
v1.1.0
Published
a tool for migrating code between different git repo
Downloads
4
Readme
git-dance
功能:复制已有 git 项目到新地址。
安装
npm install git-dance -g
使用
前提:新地址已经创建空项目。
git-dance --src=https://git.xxx.com/yyy.git --dst=https://yyy.com/zzz.git
说明:
--src
源地址--dst
新地址