I want to use git log to create a Linux text file and then search for the tags
Hey Phillip,
Does this work for you?
git log --no-walk --tags --pretty="%h %d %s" --decorate=full
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still have a question?
Get fast answers from people who know.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.