mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 00:57:02 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,11 +7,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Generate a list of committers of a Git repository.
|
||||
> Part of `git-extras`.
|
||||
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-authors>.
|
||||
> More information: <https://manned.org/git-authors>.
|
||||
|
||||
- Print a full list of committers to `stdout` instead of to the `AUTHORS` file:
|
||||
|
||||
`git authors --list`
|
||||
`git authors {{[-l|--list]}}`
|
||||
|
||||
- Append the list of committers to the `AUTHORS` file and open it in the default editor:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user