我们有两个git存储库A和git存储库B. 我想保留存储库A的所有历史记录并想要在repositoryB上提交。 我跑到命令之下。它创建了所有RepositoryA git commit作为新提交。
步骤: git remote添加RemoteA路径/ / repositoryA
git fetch RemoteA
git merge branch / ofRepository
git push origin HEAD:refs / for / RepositoryB
如何从repo服务器中删除所有提交。
答案 0 :(得分:1)
我认为不需要将repoA中的提交推送到repoB中的审核分支。所以只需将它们直接推送到远程分支即可。为此,您需要在该分支上direct push permission。 Range()