Is it possible to find out who created a tag in Git? -


commits have author associated them; possible find out user created tag on git repository?

if it's annotated tag, yes. can git show other object. if it's lightweight tag, don't believe so. 1 of reasons why should annotate tags you're going share.


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -