git, git-*: add and improve Indonesian translation (Part 3) (#11996)
This commit is contained in:

committed by
GitHub

parent
f54e16e0de
commit
011fccf6d8
16
pages.id/common/git-cherry.md
Normal file
16
pages.id/common/git-cherry.md
Normal 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}}`
|
Reference in New Issue
Block a user