Skip to content

Instantly share code, notes, and snippets.

@philmtd
Created July 17, 2018 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philmtd/68fda12e8c7b0f34e9fbd89ea9d567d7 to your computer and use it in GitHub Desktop.
Save philmtd/68fda12e8c7b0f34e9fbd89ea9d567d7 to your computer and use it in GitHub Desktop.
macOS: Copies the messages of commits to the clipboard
#!/bin/sh
export LC_CTYPE="UTF-8"
$(git show -s --format=%B $@ | pbcopy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment