1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:33:33 +02:00

git-authors: refresh pages (#17692)

This commit is contained in:
Nelson Figueroa 2025-08-16 10:39:25 -07:00 committed by GitHub
parent 24f915ecab
commit 613f9aa448
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
- Tampilkan daftar pelaku komit menuju `stdout` daripada menuju ke file `AUTHORS`:
`git authors --list`
`git authors {{[-l|--list]}}`
- Masukkan daftar pelaku komit menuju file `AUTHORS`, kemudian buka file tersebut pada aplikasi penyunting file teks default:

View file

@ -6,7 +6,7 @@
- 커밋 작성자 목록을 `AUTHORS` 파일 대신 `stdout`에 출력:
`git authors --list`
`git authors {{[-l|--list]}}`
- 커밋 작성자 목록을 `AUTHORS` 파일에 추가하고 기본 편집기로 열기:

View file

@ -6,7 +6,7 @@
- 将完整的提交者列表输出到标准输出,而不是写入到 `AUTHORS` 文件:
`git authors --list`
`git authors {{[-l|--list]}}`
- 将提交者列表追加到 `AUTHORS` 文件并用默认编辑器打开: