Back to top.
Tagging in Git

$ git tag -a v1.0.0 -m "Creating the first official version."

$ git push origin v1.0.0

http://tmblr.co/Z4bAYxUZFV0K
  1. hermanjunge posted this