git reflog没有显示分支更改

时间:2012-06-22 14:46:43

标签: git reflog

在另一个问题中,用户发布了以下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中反映分支,如何更改分支?我不相信这个用户特别复杂,所以我怀疑是否使用了任何深奥的技巧。

1 个答案:

答案 0 :(得分:3)

用户似乎只检查了一个特定的提交(使用sha1),然后创建了分支。

更新

抱歉,我误解了这个问题。用户可能已将分支testing重命名为develop