Tagging

Using the Git Tag Command

Git, like other VCSs has the ability to mark specific points in history as being important. You have have seen that when particular projects or applications are released, their version numbers may be present alongside the release notes (v1.0, v1.1 etc.). We can add relevant version numbers in Git as well. The following post will …