On Fri, 11 Sep 2015 17:03:01 +0800 lei yang <[email protected]> wrote:
> I want to know the branch creation time, any help ( I don't have > master branch) This information is not stored anywhere in any form. The closest approximation of it you can get is the commit time of the first commit on that branch (relative to whatever branch it was forked off). Look at `git merge-base` and `git rev-list` commands. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
