
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 --listtry on your machineexplain 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-emailtry on your machineexplain 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 authorstry on your machineexplain this command