Skip to content

Instantly share code, notes, and snippets.

@thisislawatts
Last active August 29, 2015 14:06
Show Gist options
  • Save thisislawatts/1fc2ebad1a7666052caa to your computer and use it in GitHub Desktop.
Save thisislawatts/1fc2ebad1a7666052caa to your computer and use it in GitHub Desktop.
Email last ten items of project's git log to someone
git log --pretty=format:"%h%x09%ad%x09%s" -10 | mail -s "Repo Updates: $(date)" [email protected] -f [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment