gpt4 book ai didi

git - 将本地存储库与 Github 存储库 merge ,丢弃远程文件

转载 作者:太空狗 更新时间:2023-10-29 13:52:23 24 4
gpt4 key购买 nike

我想做的事情:

  1. 从我在 github 上的远程存储库中 pull 。
  2. 保留我本地存储库中的所有文件并丢弃 github 中的文件。
  3. 将我的“最新”本地存储库推送到 github。

假设您在本地存储库中做了很多更改,现在与您的 github 存储库有很大不同。

我能做到:

  1. git pull origin master: 获取远程仓库
  2. git mergetool:一一解决所有冲突。

但是有没有办法自动解决所有的冲突呢?

也就是说,告诉 git 您只想保留本地存储库中的文件版本并丢弃远程存储库中的文件版本。

最佳答案

您可以使用我们的 merge 策略

git pull --strategy=ours origin master

来自 kernel.org

This resolves any number of heads, but the resulting tree of the merge is always that of the current branch head, effectively ignoring all changes from all other branches.

关于git - 将本地存储库与 Github 存储库 merge ,丢弃远程文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6161446/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com