Answers for "git check current tag"

0

git see tags

$ git tag -l -n2
Posted by: Guest on June-19-2020
0

git check current tag

git describe --tags
Posted by: Guest on September-08-2021
0

how to show a tag in git

$ git show <TAGNAME>
Posted by: Guest on September-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language