When I execute git show --summary
I got the following details.
commit bef16f4aec08ac631733fd62e8829b808c38ea07
Author: Manu <manu@gmail.com>
Date: Thu Aug 16 18:12:08 2018 +0530
Update Jenkinsfile
In the above response Date is the latest committed date. Actually what I want is to get the branch creation date i.e the date-time which the branch is been created from the master.
Can anyone please help me on this