1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-07 23:53:41 +02:00
tldr/pages.id/common/git-authors.md
2025-08-16 10:39:25 -07:00

17 lines
602 B
Markdown

# git authors
> Buat daftar pelaku komit pada suatu repositori Git.
> Bagian dari `git-extras`.
> Informasi lebih lanjut: <https://manned.org/git-authors>.
- Tampilkan daftar pelaku komit menuju `stdout` daripada menuju ke file `AUTHORS`:
`git authors {{[-l|--list]}}`
- Masukkan daftar pelaku komit menuju file `AUTHORS`, kemudian buka file tersebut pada aplikasi penyunting file teks default:
`git authors`
- Masukkan daftar pelaku komit tanpa informasi alamat surel/email menuju file `AUTHORS`, kemudian buka file tersebut pada aplikasi penyunting file teks default:
`git authors --no-email`