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 Authors List - Find Repository Committers | Online Free DevTools by Hexmos

Generate Git authors list with git-authors. Identify contributors and manage authorship easily in your repository using this free online tool, no registration required.

git-authors

Generate a list of committers of a Git repository. Part of git-extras. More information: https://manned.org/git-authors.

  • Print a full list of committers to stdout instead of to the AUTHORS file:

git authors {{[-l|--list]}}

  • Append the list of committers to the AUTHORS file and open it in the default editor:

git authors

  • Append the list of committers, excluding emails, to the AUTHORS file and open it in the default editor:

git authors --no-email

See Also