在另一个问题中,用户发布了以下 reflog:
8c48bab HEAD@{16}: checkout: moving from develop to 8c48babb10ec2f8f28f364ce57b5095cb080c133^0
54d8daf HEAD@{17}: commit: changed the how function, it seems I was right, wc counts all lines regardless of readable symbols or not.
13d35ed HEAD@{18}: commit: am working on the how function (should be trivial, but I have a bad feeling)
852fb68 HEAD@{19}: commit: I have added some more commands (thought not fully implemented), but more specifically I have changed the pattern matching
33dfc9f HEAD@{20}: commit (merge): change some output settings, asthetics and such. I am working on getting more command options for list previous lin
a248465 HEAD@{21}: commit (amend): added another sanity check for cli parameters
f0ca508 HEAD@{22}: commit (amend): added another sanity check for cli parameters
9e24e91 HEAD@{23}: commit: added another sanity check for cli parameters
0194cab HEAD@{24}: commit: I am working on getting the console improved, this including better color, and more cammand options
8c48bab HEAD@{25}: checkout: moving from master to testing
在HEAD@{25}
,用户切换到测试分支。 然而,在HEAD@{16}
中,用户从开发移动到提交,而没有事先从测试移动到开发。
如何在不反映在 reflog 中的情况下更改分支? 我不相信这个用户特别复杂,所以我怀疑使用了任何深奥的技巧。
似乎用户刚刚签出一个特定的提交(使用 sha1),然后创建分支。
更新
对不起,我误读了这个问题。用户可能已将分支testing
重命名为 develop
。