Terminology

git push <remote> <tag> Push a git tag to remote repository.

git push —tags Push all pending tags to remote repository.

git show <tag> Show tag data along with the commit(s) that was tagged.

git tag definition: 'List available tags.'
ety: ''
variants: ''

git tag -a <tag> definition: 'Create a tag.'
ety: ''
variants: ''

git tag (-a) <tag> <commit> definition: 'Tag a previously-committed commit.'
ety: ''
variants: ''

git tag -m <message> definition: 'Add a message to a tag command.'
ety: ''
variants: ''

git tag <tag> definition: 'Create a lightweight tag.'
ety: ''
variants: ''

Facts, Thoughts and Opinions

Images

[[/div]]
  •   Subtopics

  •   Writings

  Sources & Bookmarks

Name/Link Date