Gitlab推送到开发分支中的子目录

时间:2019-02-09 05:37:49

标签: git github gitlab

我正在尝试从github迁移到gitlab并创建了帐户。我有两个分支-主分支和开发分支,另一个文件夹,正在开发中。现在,我要将所有更改提交到此测试文件夹。

我该怎么做?

我尝试了git push -u origin development/test,但是没有用。有小费吗? 谢谢。

使用的命令: enter image description here enter image description here push to AndroidCoach directory

1 个答案:

答案 0 :(得分:0)

git clone --mirror git@firstplace.TLD/account/repo.git
cd repo.git
git push --mirror git@secondplace.TLD/account/repo.git

您要镜像存储库