You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nefeltellioglu suggested using git tag -n when listing tags (§2.11 How to create and use tags), so that the first line of each tag annotation is included in the output.
@nefeltellioglu suggested using
git tag -n
when listing tags (§2.11 How to create and use tags), so that the first line of each tag annotation is included in the output.For example, in my pypfilt repository running
git tag
produces:and running
git tag -n
produces:Admittedly, my annotations don't provide any extra information, but this is definitely a good idea.
The text was updated successfully, but these errors were encountered: