Question:
比如从 branch A 切出一个 branch B
然后对branch B做了一系列的操作
然后忘记了branch B是从哪个分支切出来的
如何找到基于哪个分支创建的?
Answer
git reflog --date=local | grep <branchname>
可以看看这个How to determine when a Git branch was created?
比如从 branch A 切出一个 branch B
然后对branch B做了一系列的操作
然后忘记了branch B是从哪个分支切出来的
如何找到基于哪个分支创建的?
git reflog --date=local | grep <branchname>
可以看看这个How to determine when a Git branch was created?
转载于:https://my.oschina.net/yangchunlian/blog/1799601
道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。