GIT Check when a branch was created
To check when a branch was created execute:
git show --summary `git merge-base my-branch-name master`
where my-branch-name is the name of branch you are interested in.
To check when a branch was created execute:
git show --summary `git merge-base my-branch-name master`
where my-branch-name is the name of branch you are interested in.