Technical information on this site may be out of date : no updates since 2015

Git log of live site vs master

July 16 2012 : posted under git

One liner to grab a git log summarising what will change when you push teh next release.

For this to work you need to keep the deployed tag in VERSION.TXT

git log --oneline --graph $(GET http://www.example.com/VERSION.TXT)..$(git describe --abbrev=0 --tags origin/master)