1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 20:55:24 +02:00

git-authors: update more information links (#16561)

This commit is contained in:
Nelson Figueroa 2025-05-22 12:57:13 -07:00 committed by GitHub
parent 85429e7303
commit 2db4c6d119
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
> Buat daftar pelaku komit pada suatu repositori Git.
> Bagian dari `git-extras`.
> Informasi lebih lanjut: <https://github.com/tj/git-extras/blob/master/Commands.md#git-authors>.
> Informasi lebih lanjut: <https://manned.org/git-authors>.
- Tampilkan daftar pelaku komit menuju `stdout` daripada menuju ke file `AUTHORS`:

View file

@ -2,7 +2,7 @@
> Git 저장소의 커밋 작성자 목록을 생성.
> `git-extras`의 일부.
> 더 많은 정보: <https://github.com/tj/git-extras/blob/master/Commands.md#git-authors>.
> 더 많은 정보: <https://manned.org/git-authors>.
- 커밋 작성자 목록을 `AUTHORS` 파일 대신 `stdout`에 출력:

View file

@ -2,7 +2,7 @@
> 生成 Git 仓库的提交者列表。
> 属于 `git-extras`的一部分。
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-authors>.
> 更多信息:<https://manned.org/git-authors>.
- 将完整的提交者列表输出到标准输出,而不是写入到 `AUTHORS` 文件: