How to list all tags in git repository
We can use git command to list all tags in git repository.
#git tag
This will list out all tags in the current repository.
That's all…
For Techs.... Techniques.... Technologies....
We can use git command to list all tags in git repository.
#git tag
This will list out all tags in the current repository.
That's all…