Digital Marketing

Create an annotated Git tag

To create an anotated tag, add -a tagname -m "tag message" to the git tag command:

git tag -a goyun -m "release for goyun"

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database