在Git

时间:2018-03-11 05:02:33

标签: git github bitbucket bitbucket-server

我正在尝试将所有分支从repo1复制到repo2

我已经执行了以下命令,但我仍然没有在repo2中看到分支

cd repo2
git checkout master
git remote add r1remote **url-of-repo1**
git fetch r1remote
git merge r1remote/master --allow-unrelated-histories
git remote rm r1remote

我是否需要以某种方式执行git push

1 个答案:

答案 0 :(得分:1)

~/.config/lxsession/LXDE-pi/autostart