Created a branch some time ago, and I would like to know how to retrieve exact time and date branch was created.
Hi Nicolas,
You should be able to do this by running some git command directly in the repository. Please refer to http://stackoverflow.com/questions/2255416/how-to-determine-when-a-git-branch-was-created as it contains a few examples that you could use to check this, like git show --summary
or git reflog
.
Regards,
Gustavo Refosco
Thanks for fast answer Keep on rockin ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.