1.I have many tags in my project, How can I know whether the tag is local or remote easily and clearly?(ls-remote
is useful but hardly diff)
2.I run git ls-remote --tags origin
it prints
abcde refs/tags/aaaa
abcee refs/tags/aaaa^{}
What does the second line mean?
thx