search

Home  >  Q&A  >  body text

How to check the creation time of a branch in git?

As in the title, for example, the branch name is: abc. I want to find when this branch was created, or the first commit time after this branch was created

仅有的幸福仅有的幸福2795 days ago730

reply all(1)I'll reply

  • 黄舟

    黄舟2017-05-02 09:33:14

    git reflog show --date=iso <branch name>

    reply
    0
  • Cancelreply