gpt4 book ai didi

github - 如何通过 github 比较来自不同项目的 repos?

转载 作者:行者123 更新时间:2023-12-03 21:45:36 25 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





How do I compare two git repositories?

(6 个回答)


5年前关闭。




Git 新手,我如何使用 github 比较两个完全独立的存储库(它们之间没有 fork /分支)?如果这是不可能的,我如何比较两个 repo ?

最佳答案

在 GitHub 上,无法比较两个不相关的存储库。

在您的计算机上,您可以:

  • 转到本地存储库的工作目录
  • 为另一个 repo 添加一个 Remote 并获取它
  • 比较使用 git diff

  • 例如:
    cd /path/to/repo
    git remote add other URL_TO_OTHER
    git fetch other
    git diff other/branchname
    git diff ..other/branchname # diff in the other direction

    关于github - 如何通过 github 比较来自不同项目的 repos?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24787403/

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