git hit tag

 

 # Received an SQA on jira today: online without tagging

# Organize how to tag the online code

1. List the currently existing tags:

git day

v1.0.3
v1.0.4-201703081020
v1.0.5-201704141453
v1.0.6-201704151447
v2.3.1

2. List the tag matches to be viewed, you can

git tag -l v1.0.*

 

v1.0.3
v1.0.4-201703081020
v1.0.5-201704141453
v1.0.6-201704151447

 3. Tag:

 

git tag -a v2.3.2 -m 'new online content description'

4. Submit to remote:

git push origin v2.3.2

This can be seen online.

 

 

 

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326218761&siteId=291194637