我正在尝试从github迁移到gitlab并创建了帐户。我有两个分支-主分支和开发分支,另一个文件夹,正在开发中。现在,我要将所有更改提交到此测试文件夹。
我该怎么做?
我尝试了git push -u origin development/test
,但是没有用。有小费吗?
谢谢。
答案 0 :(得分:0)
git clone --mirror git@firstplace.TLD/account/repo.git
cd repo.git
git push --mirror git@secondplace.TLD/account/repo.git
您要镜像存储库