Commit 1e3b950c authored by Amaury Yacksmith's avatar Amaury Yacksmith

Add explanatory comment for 'git tag' command

parent eed7ef45
...@@ -28,6 +28,8 @@ git tag my_lightweight_tag ...@@ -28,6 +28,8 @@ git tag my_lightweight_tag
# Annotated tag # Annotated tag
git tag -a v1.0 -m ‘Version 1.0’ git tag -a v1.0 -m ‘Version 1.0’
# Show list of the existing tags
git tag git tag
git push origin --tags git push origin --tags
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment