Forrest logo
back to context overview

git-standup

List of commands for git-standup:

  • git-standup:tldr:0a4d6 git-standup: Show a given author's commits from the last 10 days and whether they are GPG signed.
    $ git standup -a {select}} -d ${10} -g
    try on your machine
    explain this command
  • git-standup:tldr:30347 git-standup: Show all the commits from all contributors for the last 10 days.
    $ git standup -a all -d ${10}
    try on your machine
    explain this command
  • git-standup:tldr:3c64f git-standup: Show a given author's commits from the last 10 days.
    $ git standup -a ${select} -d ${10}
    try on your machine
    explain this command
  • git-standup:tldr:a6247 git-standup: Display help.
    $ git standup -h
    try on your machine
    explain this command
back to context overview