diff --git a/pages.id/common/git-commit-graph.md b/pages.id/common/git-commit-graph.md index fcd1a57f85..f0a9069723 100644 --- a/pages.id/common/git-commit-graph.md +++ b/pages.id/common/git-commit-graph.md @@ -9,7 +9,7 @@ - Tulis file grafik komit yang berisi semua komit yang dapat dijangkau: -`git show-ref --hash | git commit-graph write --stdin-commits` +`git show-ref {{[-s|--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`: diff --git a/pages.ko/common/git-commit-graph.md b/pages.ko/common/git-commit-graph.md index 75dd4ef6ac..8094745650 100644 --- a/pages.ko/common/git-commit-graph.md +++ b/pages.ko/common/git-commit-graph.md @@ -9,7 +9,7 @@ - 모든 브랜치와 태그에서 접근 가능한 커밋들을 포함하는 commit-graph 파일 작성: -`git show-ref --hash | git commit-graph write --stdin-commits` +`git show-ref {{[-s|--hash]}} | git commit-graph write --stdin-commits` - 현재 commit-graph 파일의 모든 커밋과 현재 `HEAD`에서 접근 가능한 커밋들을 포함하는 업데이트된 commit-graph 파일 작성: diff --git a/pages.tr/common/git-commit-graph.md b/pages.tr/common/git-commit-graph.md index b52efb9794..372556f960 100644 --- a/pages.tr/common/git-commit-graph.md +++ b/pages.tr/common/git-commit-graph.md @@ -9,7 +9,7 @@ - Erişilebilen tüm commitleri içeren bir commit-grafik dosyası yaz: -`git show-ref --hash | git commit-graph write --stdin-commits` +`git show-ref {{[-s|--hash]}} | git commit-graph write --stdin-commits` - `HEAD`'den erişilebilenlerin yanında mevcut commit-grafik dosyasındaki tüm commit'leri içeren bir commit-grafik dosyası oluştur: diff --git a/pages.uk/common/git-commit-graph.md b/pages.uk/common/git-commit-graph.md index 666bdc7523..f86533a45e 100644 --- a/pages.uk/common/git-commit-graph.md +++ b/pages.uk/common/git-commit-graph.md @@ -9,7 +9,7 @@ - Записує файл графіку комітів, що містить набір усіх досяжних комітів: -`git show-ref --hash | git commit-graph write --stdin-commits` +`git show-ref {{[-s|--hash]}} | git commit-graph write --stdin-commits` - Записує файл графіку комітів, що містить усі коміти у поточному файлі графіку комітів разом з тими, до яких можна отримати доступ з `HEAD`: diff --git a/pages.zh/common/git-commit-graph.md b/pages.zh/common/git-commit-graph.md index b3081c345b..7e1603ff2e 100644 --- a/pages.zh/common/git-commit-graph.md +++ b/pages.zh/common/git-commit-graph.md @@ -9,7 +9,7 @@ - 生成包含所有可达提交的提交图文件: -`git show-ref --hash | git commit-graph write --stdin-commits` +`git show-ref {{[-s|--hash]}} | git commit-graph write --stdin-commits` - 生成包含当前提交图文件中所有提交以及从 `HEAD` 可达提交的提交图文件(追加模式):