Answers for "git tag from commit"

0

git see tags

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

git find out commit for tag

$ git rev-list -n 1 $TAG
Posted by: Guest on May-27-2020
2

git tag from commit

$ git tag <tag_name> HEAD   (for the last commit)
Posted by: Guest on October-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language