我正在尝试将所有分支从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
?
答案 0 :(得分:1)
~/.config/lxsession/LXDE-pi/autostart