How To View the Latest GIT Log Entry

Published Date Author: , Posted November 14th, 2012 at 10:05:00pm

git log -1
git log -1 --oneline
git log -1 --pretty=%B

Add the -p option to include the actual code diff!

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.