Skip to content

Instantly share code, notes, and snippets.

@contolini
Last active August 29, 2015 14:14
Show Gist options
  • Save contolini/99b16aaebb35d3e60cfb to your computer and use it in GitHub Desktop.
Save contolini/99b16aaebb35d3e60cfb to your computer and use it in GitHub Desktop.
`git emoji` alias that will use a random emoji as commit message
[alias]
# Random emoji commit message
emoji = "!git commit -am \"$(echo $(emoji-random)\"\")\""
# First install emoji-random
# https://www.npmjs.com/package/emoji-random
npm install -g emoji-random
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment