Wednesday, May 19, 2021

GIT Basics - Annotate tag

 Annotate tag using '-a'

git tag -a v-1.0

git tag --list -> v-1.0

git log --online --graph --decorate -- all

git show v-1.0


output is little different, as from the top

1.tag name

2.tagger -  tag person

3.date

4. tag message

and rest 

No comments:

Post a Comment