Friday, May 12, 2017

Git show entire history of a file

git log --pretty=format:"%h" <filePath> | xargs -I % git show % <filepath>

No comments:

Blog Archive