Last Updated: February 25, 2016
·
2.889K
· manudwarf

Pretty compact git log format

Just type

git log --date=short --pretty="%h %ad %an %s" my/super/file

And you will have a compact list of the commits made on that file :D

This will give you more git shortcuts : http://git-scm.com/book/en/Git-Basics-Viewing-the-Commit-History