logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate Git Standup - Track Commits | Online Free DevTools by Hexmos

Generate Git Standup reports to track commit activity. Analyze code contributions and monitor developer productivity. Free online tool, no registration required.

git-standup

See commits from a specified user. Part of git-extras. More information: https://manned.org/git-standup.

  • Show a given author’s commits from the last 10 days:

git standup -a {{name|email}} -d {{10}}

  • Show a given author’s commits from the last 10 days and whether they are GPG signed:

git standup -a {{name|email}} -d {{10}} -g

  • Show all the commits from all contributors for the last 10 days:

git standup -a all -d {{10}}

  • Display help:

git standup -h

return

See Also