Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Tags are a great way of labelling the git pushes as you progress through the development of your code.

When you execute the command git push origin <tag id>, you are adding a tag to the remote repo against the current commit

You need to follow these steps

...