Forrest logo
back to context overview

git-authors

List of commands for git-authors:

  • git-authors:tldr:61f33 git-authors: Print a full list of committers to `stdout` instead of to the `AUTHORS` file.
    $ git authors --list
    try on your machine
    explain this command
  • git-authors:tldr:8e416 git-authors: Append the list of committers, excluding emails, to the `AUTHORS` file and open it in the default editor.
    $ git authors --no-email
    try on your machine
    explain this command
  • git-authors:tldr:eb4b0 git-authors: Append the list of committers to the `AUTHORS` file and open it in the default editor.
    $ git authors
    try on your machine
    explain this command
back to context overview