We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git clone old.git(旧git仓库地址)
你也可以单独克隆某个分支
git clone -b dev old.git
创建新的项目的仓库地址
进入旧项目的地址,比如clone下的目录为test
cd test
将旧项目的地址替换为新的
git remote set-url --push origin new.git (new.git 为新项目的git地址)
git push --mirror
The text was updated successfully, but these errors were encountered:
No branches or pull requests
git clone old.git(旧git仓库地址)
你也可以单独克隆某个分支
git clone -b dev old.git
创建新的项目的仓库地址
进入旧项目的地址,比如clone下的目录为test
cd test
将旧项目的地址替换为新的
git remote set-url --push origin new.git (new.git 为新项目的git地址)
git push --mirror
The text was updated successfully, but these errors were encountered: