gpt4 book ai didi

mercurial - strip 所做的更改可以反射(reflect)在公共(public) repo 中吗?

转载 作者:行者123 更新时间:2023-12-02 19:10:53 26 4
gpt4 key购买 nike

假设我有这个:

hg clone public_repo my_repo
touch a b c d
hg add .
hg commit -m a a
hg commit -m b b
hg commit -m c c
hg commit -m d d
hg push
# let's say revX is the revision that added a
hg strip revX

在我的存储库的历史记录中,提交已经消失。但是,如果我尝试在剥离后进行推送,它会告诉我未发现任何更改。该条可以应用于公共(public)存储库吗?

编辑:这个问题只是假设的:)。我没有处于这种情况,我只是觉得了解它是如何工作的会很有趣。

最佳答案

您需要在那里运行hg strip。如果是 bitbucket 存储库,您可以从管理面板进行操作。如果没有,则使用 SSH。

关于mercurial - strip 所做的更改可以反射(reflect)在公共(public) repo 中吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7000136/

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