git-commit-tree: refresh pages (#18245)

This commit is contained in:
Nelson Figueroa
2025-09-26 21:04:20 -07:00
committed by GitHub
parent 69712fec70
commit 8f3f42896b
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
- Buat sebuah objek komit yang ditandatangani oleh kunci enkripsi GPG:
`git commit-tree {{tree}} -m "{{pesan}}" --gpg-sign`
`git commit-tree {{tree}} -m "{{pesan}}" {{[-S|--gpg-sign]}}`
- Buat sebuah objek komit dengan komit induk tertentu:
+1 -1
View File
@@ -14,7 +14,7 @@
- GPG 키로 인증된 커밋 객체 생성:
`git commit-tree {{tree}} -m "{{message}}" --gpg-sign`
`git commit-tree {{tree}} -m "{{message}}" {{[-S|--gpg-sign]}}`
- 지정된 부모 커밋 객체를 가진 커밋 객체 생성:
+1 -1
View File
@@ -14,7 +14,7 @@
- GPG anahtarıyla imzalanmış bir commit cismi oluştur:
`git commit-tree {{ağaç}} -m "{{mesaj}}" --gpg-sign`
`git commit-tree {{ağaç}} -m "{{mesaj}}" {{[-S|--gpg-sign]}}`
- Belirtilen ana commit cismi ile bir commit cismi oluştur:
+1 -1
View File
@@ -14,7 +14,7 @@
- Створює GPG-підписаний об'єкт коміту:
`git commit-tree {{tree}} -m "{{повідомлення}}" --gpg-sign`
`git commit-tree {{tree}} -m "{{повідомлення}}" {{[-S|--gpg-sign]}}`
- Створює об'єкт коміту із певним батьківським об'єктом коміту:
+1 -1
View File
@@ -14,7 +14,7 @@
- 创建 GPG 签名过的提交对象:
`git commit-tree {{树对象哈希}} -m "{{提交信息}}" --gpg-sign`
`git commit-tree {{树对象哈希}} -m "{{提交信息}}" {{[-S|--gpg-sign]}}`
- 创建指定父提交的提交对象: