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:
parent
24f915ecab
commit
613f9aa448
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- 커밋 작성자 목록을 `AUTHORS` 파일 대신 `stdout`에 출력:
|
||||
|
||||
`git authors --list`
|
||||
`git authors {{[-l|--list]}}`
|
||||
|
||||
- 커밋 작성자 목록을 `AUTHORS` 파일에 추가하고 기본 편집기로 열기:
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
- 将完整的提交者列表输出到标准输出,而不是写入到 `AUTHORS` 文件:
|
||||
|
||||
`git authors --list`
|
||||
`git authors {{[-l|--list]}}`
|
||||
|
||||
- 将提交者列表追加到 `AUTHORS` 文件并用默认编辑器打开:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue