A Mutable Log

A blog by Devendra Tewari


Project maintained by tewarid Hosted on GitHub Pages — Theme by mattgraham

History of file in Git repo

Who changed what, and when, in a file or folder in a Git repo? The following simple command is usually enough

git log --follow -p --decorate=full pathspec

Remove -p option if you don’t want change diff.