Skip to content

Instantly share code, notes, and snippets.

@jrumbut
Created July 20, 2015 20:21
Show Gist options
  • Save jrumbut/6766b9bcc875fd946796 to your computer and use it in GitHub Desktop.
Save jrumbut/6766b9bcc875fd946796 to your computer and use it in GitHub Desktop.
See last git commit hash and message
git log -1 --oneline
#see commit message only:git log -1 --pretty=%B
#man git-log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment