Answers for "how to switch to a tag in git"

0

git see tags

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

git tag a previous commit

git tag -a v1.2 9fceb02 -m "Message here"
Posted by: Guest on June-11-2020

Code answers related to "how to switch to a tag in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language