gpt4 book ai didi

Git 孤儿分支 "This branch is 1 commit ahead, n commits behind master"

转载 作者:行者123 更新时间:2023-12-03 23:06:58 25 4
gpt4 key购买 nike

我使用以下内容在本地 repo 上创建了一个孤立分支,然后将其推送到 Github 上的远程:

git checkout --orphan worker
git rm -rf .
git commit --allow-empty -m "Initial orphan commit"
git push origin worker

我在 GitHub 上的工作分支上收到“此分支提前 1 次提交,n 次提交落后于 master”消息。

这里的想法是创建一个没有历史记录的空的、不相关的分支,与所有其他分支和提交完全断开连接,并且不会与主分支相关的跟踪。

最佳答案

你已经这样做了。在这种情况下,GitHub 的消息基本上没有意义。您的分支有 1 个不在 master 中的提交,而 master 有 n 个不在您的分支中的提交。当没有共同的祖先时,GitHub 可能应该取消该消息,但看起来没有:)

关于Git 孤儿分支 "This branch is 1 commit ahead, n commits behind master",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61949364/

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