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
16
pages.id/common/git-commit-graph.md
Normal file
16
pages.id/common/git-commit-graph.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# git commit-graph
|
||||
|
||||
> Tulis dan verifikasi file grafik komit Git.
|
||||
> Informasi lebih lanjut: <https://git-scm.com/docs/git-commit-graph>.
|
||||
|
||||
- Tulis file grafik komit untuk komit yang dikemas di dalam direktori `.git` pada lokal repositori:
|
||||
|
||||
`git commit-graph write`
|
||||
|
||||
- Tulis file grafik komit yang berisi semua komit yang dapat dijangkau:
|
||||
|
||||
`git show-ref --hash | git commit-graph write --stdin-commits`
|
||||
|
||||
- Tulis file grafik komit yang berisi semua komit dalam file grafik komit saat ini beserta yang dapat dijangkau dari `HEAD`:
|
||||
|
||||
`git rev-parse {{HEAD}} | git commit-graph write --stdin-commits --append`
|
Reference in New Issue
Block a user