Commit f9814d24 authored by Mike Jang's avatar Mike Jang

Merge branch 'add-explanatory-comment-for-git-tag-command' into 'master'

Add explanatory comment for 'git tag' command

See merge request gitlab-org/gitlab!48814
parents e4a6b707 1e3b950c
...@@ -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