commands.sh

git authors

all

Generate a list of committers of a Git repository. Part of `git-extras`.

More info →

Options (1)

-l, --listboolean

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

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

Examples (3)

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

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

git authors --no-email
made by @shridhargupta | data from tldr-pages