List all tags
git tag
Create new tag
git tag tag_name
Delete tag
git tag -d tag_name
Push specific tag to remote
git push origin branch_name <tag>
Push all local tags to remote
git push origin branch_name --tags
For further actions, you may consider blocking this person and/or reporting abuse
Riccardo Bernardini -
Axel Navarro -
Chi-Sheng Liu -
Danteon -
Top comments (0)