gpt4 book ai didi

git - Git 存储修改吗?

转载 作者:太空狗 更新时间:2023-10-29 14:30:13 25 4
gpt4 key购买 nike

我知道它们存在于 git reflog 中,但是如果我将提交推送到远程存储库,修改,然后 git push --force(警告:通常应避免将 --force 推送到远程存储库),我覆盖的提交是否存在于某处?

最佳答案

will the commit that I overwrote exist somewhere?

仅在:


请注意 ORIG_HEAD(memento from a time where reflog didn't existed yet)不是git commit 创建/更新(类似于 git commit --amendgit commit --amend -m "new comment").
因此,如果 reflog 未在 repo 上激活,则 ORIG_HEAD 不能用于引用修改后的提交。

关于git - Git 存储修改吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17235038/

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