用远程仓库替换本地仓库

时间:2014-06-12 15:36:07

标签: git repository gerrit

我将在这里尽可能多地详细说明我是新人并且不知道我在说什么。

我有一个我同步的git的本地存储库。我试图用另一个git中的远程存储库替换该存储库,而将旧存储库的NONE留在后面。我似乎遇到的一个问题是在更换回购后推动更改。

这是错误:

! [remote rejected] HEAD -> 'refs' (no common ancestry)

方法1我尝试了

git add remote
git checkout remote
git push

方法2

git add remote
git checkout remote
git reset <localBranch>
git push

两种方式都有同样的错误。我不认为它会有所作为,但我正在努力推动审查。

0 个答案:

没有答案