Do you remember how to create a tag?

git tag v1.3git commit -m "v1.3"git taggit add v1.3

Nailed it! We use git tag with a tag name like v1.3 to create tags and git add for staging files.

Yikes! We use git tag with a tag name like v1.3 to create tags and git add for staging files.