Skip to content

Instantly share code, notes, and snippets.

@hodgesmr
Created September 14, 2013 03:12
Show Gist options
  • Save hodgesmr/6558519 to your computer and use it in GitHub Desktop.
Save hodgesmr/6558519 to your computer and use it in GitHub Desktop.
Use the GitHub Zen API to generate git commits
A=$(curl https://api.github.com/zen -s) && git commit -m "$A"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment