Sunday, June 26, 2011

Git: last commit date

To obtain date and time of the last commit in a current branch one can use git log command: git log -1 --format="%cd"