Skip to content
Daniel Gosnell edited this page Jun 10, 2015 · 1 revision

###Git Log Tag Format Logs the output from the specified tag to the current head.

git log --pretty=format:"* %H %B" --no-merges (TAG NUMBER)..HEAD > log.txt

Clone this wiki locally