Recently, I looked at tagging different versions of my project. First, I reviewed the Git manual1 and found the instructions for creating an annotated tag. git tag -a v0.2 -m ‘development version’ Once you have a tag, your list of…
Recently, I looked at tagging different versions of my project. First, I reviewed the Git manual1 and found the instructions for creating an annotated tag. git tag -a v0.2 -m ‘development version’ Once you have a tag, your list of…