Month: April 2016

  • GIT: Get Tag Details of Current Checkout

    GIT: Get Tag Details of Current Checkout

    About two weeks ago I migrated a project from CVS to git. After migration when we tried to build the project it kept failing. On debugging, I figured that in build.xml (it’s a legacy project with a complex ANT build script) they were trying to figure out from which tag it has been checked out by reading the Tag…