Git Tag

 Git Tag


The "git tag" command allows you to create a tag for a specific commit, which can be useful for marking milestones or releases in your code.


git tag v1.0.0

No comments:

Post a Comment