Last Updated: January 15, 2019
·
217
· phaus

Create the GIT history of one specific file

One-Line History

git --no-pager log --follow --pretty=oneline -p -- filename

Short History

git --no-pager log --follow --pretty=short -p --  filename