Skip to content

Instantly share code, notes, and snippets.

@anroots
Created January 21, 2015 08:49
Show Gist options
  • Save anroots/3d5baab474c66700086a to your computer and use it in GitHub Desktop.
Save anroots/3d5baab474c66700086a to your computer and use it in GitHub Desktop.
Commit like a pro
alias commit='git add . && curl --silent https://raw.githubusercontent.com/ngerakines/commitment/master/commit_messages.txt | shuf | head -n 1 | git commit --file -'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment