Skip to content

Instantly share code, notes, and snippets.

@chip
Created February 28, 2012 18:23
Show Gist options
  • Select an option

  • Save chip/1934131 to your computer and use it in GitHub Desktop.

Select an option

Save chip/1934131 to your computer and use it in GitHub Desktop.
Copy the last commit message to the Mac clipboard
git log --pretty=oneline | head -1 | perl -pne 's/^(.{1,41}) (.*)$/$2/; s/\n//g' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment