I am using the bitbucket git repository for my project. I created the multiple tags for my project. Many times I switch the tag for testing purpose.
I written the shell script for deployment. I want to check through command line which git tag I am using currently.
I checked the git help but I did not found any command which will tell you which git tag you are using currently.
Is there any git command present which will tell you about git tag information.