Git: Tagging

So far:

  • changes are managed, but not the project
  • all the commits come one after the other
  • the only version available is the commit ID

Tagging versions:

  • Tag a commit to be a particular software version
  • It is easier to identify the versions
  • You must push tags to the remote repository in the same way as commits