
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} -gtry on your machineexplain 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 machineexplain 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 machineexplain this command
-
git-standup:tldr:a6247 git-standup: Display help.$ git standup -htry on your machineexplain this command