git, git-*: add and improve Indonesian translation (Part 3) (#11996)

This commit is contained in:
Reinhart Previano Koentjoro
2024-01-06 23:18:51 +07:00
committed by GitHub
parent f54e16e0de
commit 011fccf6d8
10 changed files with 214 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# git cherry
> Cari komit yang belum dimasukkan kepada hulu (upstream).
> Informasi lebih lanjut: <https://git-scm.com/docs/git-cherry>.
- Lihat daftar komit (beserta pesannya) dengan komit-komit serupa pada hulu (upstream):
`git cherry -v`
- Gunakan sumber hulu dan cabang topik yang lain:
`git cherry {{origin}} {{topik}}`
- Tampilkan hanya komit yang muncul hingga komit ini:
`git cherry {{origin}} {{topic}} {{hingga_komit_ini}}`