【发布时间】:2013-08-06 16:24:21
【问题描述】:
在 git 中找到分支的初始创建的快速方法是什么?
我想在 HEAD 上使用 diff 运行它
【问题讨论】:
-
另见Branch length: where does a branch start in Git?。 Git 不会保留创建分支的时间。所有分支都从初始根提交开始。
-
原始海报:您可能需要编辑您的问题以更具体地说明您要查找的内容。
标签: git commit git-branch git-commit