How to create lightweight tag in git
Git73
description
Use git tag to quickly create lightweight tags in git
command
git tag v1.4
parameter
tag : Create, list, delete or verify a tag object signed with GPG
Use git tag to quickly create lightweight tags in git
git tag v1.4
tag : Create, list, delete or verify a tag object signed with GPG
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.