diff --git a/pages/common/git-authors.md b/pages/common/git-authors.md new file mode 100644 index 0000000000000..8179e4060aa66 --- /dev/null +++ b/pages/common/git-authors.md @@ -0,0 +1,17 @@ +# git authors + +> Display a log or list of committers of a Git repository. Everything except `--list` will create a new file called `AUTHORS`. +> Part of `git-extras`. +> More information: . + +- Create or replace the `AUTHORS` file with a list of committers and open it in the default editor: + +`git authors` + +- Print a full list of committers: + +`git authors --list` + +- List committers, excluding emails, in the default editor, reading from the `AUTHORS` file: + +`git authors --no-email`