Difference between revisions of "Git tag"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
* List tags: <code>[[git tag]]</code>
 
* List tags: <code>[[git tag]]</code>
 +
 +
 +
Create a new tag for your [[PR]]:
 +
git tag v1.1.1
 +
[[git push --tags]]
 +
  
 
* <code>[[git checkout]]</code>
 
* <code>[[git checkout]]</code>

Revision as of 13:40, 8 July 2024


Create a new tag for your PR:

git tag v1.1.1
git push --tags



See also

Advertising: