【发布时间】:2014-09-10 11:43:32
【问题描述】:
进入相同状态后是否有提交到 git 历史相同的哈希?比如revert之后?
一个哈希可能有更多的提交?
让我们假设历史
commit number 1: hash 1111
commit number 2; hash 2222
commit number 3(revert of 2), hash 3333 or 1111?
我知道有一个非常相似的问题Can you get a duplicate hash in Git in any way and what are the implications,但它没有回答我的问题。
【问题讨论】:
标签: git hash git-revert