Skip to content

Instantly share code, notes, and snippets.

@michaelavila
Created August 26, 2014 22:16
Show Gist options
  • Save michaelavila/6f8484238ccd7a5d7475 to your computer and use it in GitHub Desktop.
Save michaelavila/6f8484238ccd7a5d7475 to your computer and use it in GitHub Desktop.
[alias]
remind = !echo "Reminders: " && git reminders | cut -d ' ' -f2 | xargs -L1 git reminders show
reminders = notes --ref=reminders
#!/usr/bin/env sh
git remind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment