Examples (4)
Show a given author's commits from the last 10 days
git standup -a name|email -d 10Show a given author's commits from the last 10 days and whether they are GPG signed
git standup -a name|email -d 10 -gShow all the commits from all contributors for the last 10 days
git standup -a all -d 10Display help
git standup -hmade by @shridhargupta | data from tldr-pages