how to update git tags code example Example 1: git see tags $ git tag -l -n2 Example 2: git tag from commit $ git tag HEAD (for the last commit)