common: add Indonesian translations for Git subcommands (#12679)
* common: add Indonesian translations for Git subcommands Subcommands are `git-clear-soft`, `git-coauthor`, `git-cola`, `git-column`, and `git-commit-graph`.
This commit is contained in:

committed by
GitHub

parent
35f2e5af28
commit
de501a6118
24
pages.id/common/git-cola.md
Normal file
24
pages.id/common/git-cola.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# git cola
|
||||
|
||||
> Tampilan antarmuka grafis (GUI) untuk Git yang kuat, apik, dan intuitif.
|
||||
> Informasi lebih lanjut: <https://git-cola.readthedocs.io>.
|
||||
|
||||
- Jalankan program GUI:
|
||||
|
||||
`git cola`
|
||||
|
||||
- Jalankan GUI pada mode perubahan (amend):
|
||||
|
||||
`git cola --amend`
|
||||
|
||||
- Jalankan dengan meminta program menanyakan repositori Git yang akan dilihat. Jika tidak didefinisikan, maka program ini akan melihat direktori saat ini:
|
||||
|
||||
`git cola --prompt`
|
||||
|
||||
- Jalankan dengan membuka repositori Git dengan alamat yang ditentukan:
|
||||
|
||||
`git cola --repo {{jalan/menuju/repositori-git}}`
|
||||
|
||||
- Terapkan filter jalur ke dalam widget status:
|
||||
|
||||
`git cola --status-filter {{filter}}`
|
Reference in New Issue
Block a user