Is there any way to know the creation date of a branch?
I've already tried to get the commits of a branch and look for which one had the lowest date, but this doesn't work because if a branch has been generated from another branch, it will also have the commits of the original branch, thus returning an incorrect date (the one of the original branch).
Is there any way to know the creation date of a branch?
I've already tried to get the commits of a branch and look for which one had the lowest date, but this doesn't work because if a branch has been generated from another branch, it will also have the commits of the original branch, thus returning an incorrect date (the one of the original branch).