From 24f915ecab7815f816d4c76566defa7d49b5ea43 Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Sat, 16 Aug 2025 10:38:00 -0700 Subject: [PATCH] git-apply: refresh pages (#17691) --- pages.de/common/git-apply.md | 6 +++--- pages.fr/common/git-apply.md | 6 +++--- pages.id/common/git-apply.md | 6 +++--- pages.ko/common/git-apply.md | 6 +++--- pages.ta/common/git-apply.md | 6 +++--- pages.tr/common/git-apply.md | 6 +++--- pages.zh/common/git-apply.md | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/pages.de/common/git-apply.md b/pages.de/common/git-apply.md index c1b07ff748..bffaebe874 100644 --- a/pages.de/common/git-apply.md +++ b/pages.de/common/git-apply.md @@ -5,7 +5,7 @@ - Gib Informationen über gepatchte Dateien aus: -`git apply --verbose {{pfad/zu/datei}}` +`git apply {{[-v|--verbose]}} {{pfad/zu/datei}}` - Integriere die Patch-Datei und füge sie zum Index hinzu: @@ -13,7 +13,7 @@ - Integriere eine externe Patch-Datei: -`curl -L {{https://beispiel.de/datei.patch}} | git apply` +`curl {{[-L|--location]}} {{https://beispiel.de/datei.patch}} | git apply` - Gib diffstat des Inputs aus und integriere die Patch-Datei: @@ -21,7 +21,7 @@ - Integriere eine Patch-Datei in umgekehrter Reihenfolge: -`git apply --reverse {{pfad/zu/datei}}` +`git apply {{[-R|--reverse]}} {{pfad/zu/datei}}` - Speichere das Ergebnis einer Patch-Datei im Index, ohne den Arbeitsbaum zu verändern: diff --git a/pages.fr/common/git-apply.md b/pages.fr/common/git-apply.md index 232203957a..497b5cfd43 100644 --- a/pages.fr/common/git-apply.md +++ b/pages.fr/common/git-apply.md @@ -5,7 +5,7 @@ - Afficher les messages à propos des fichiers corrigés : -`git apply --verbose {{chemin/vers/fichier}}` +`git apply {{[-v|--verbose]}} {{chemin/vers/fichier}}` - Applique le correctif et ajoute les fichiers à l index : @@ -13,7 +13,7 @@ - Applique un correctif depuis une source distante : -`curl -L {{https://example.com/file.patch}} | git apply` +`curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply` - Affiche les différences résultantes et applique le correctif : @@ -21,7 +21,7 @@ - Applique le correctif en ordre inverse : -`git apply --reverse {{chemin/vers/fichier}}` +`git apply {{[-R|--reverse]}} {{chemin/vers/fichier}}` - Stocke le résultat du correctif dans l'index sans modifier la branche courante : diff --git a/pages.id/common/git-apply.md b/pages.id/common/git-apply.md index 332ae0a753..59d003f6e8 100644 --- a/pages.id/common/git-apply.md +++ b/pages.id/common/git-apply.md @@ -6,7 +6,7 @@ - Tampilkan informasi lengkap (mode verbose) atas proses perubahan yang sedang dilakukan: -`git apply --verbose {{jalan/menuju/file}}` +`git apply {{[-v|--verbose]}} {{jalan/menuju/file}}` - Gunakan patch dan tambahkan file yang diubah ke dalam indeks perubahan: @@ -14,7 +14,7 @@ - Gunakan perubahan dari file patch dari sumber dalam jaringan (online): -`curl -L {{https://example.com/file.patch}} | git apply` +`curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply` - Tampilkan informasi statistik perbedaan (diffstat) setelah melakukan perubahan menurut file patch: @@ -22,7 +22,7 @@ - Batalkan perubahan yang dilakukan melalui file patch: -`git apply --reverse {{jalan/menuju/file}}` +`git apply {{[-R|--reverse]}} {{jalan/menuju/file}}` - Simpan hasil perubahan ke dalam indeks perubahan tanpa merubah susunan file/direktori dalam direktori kerja saat ini: diff --git a/pages.ko/common/git-apply.md b/pages.ko/common/git-apply.md index b2cbe5bcc4..ff83ba37b5 100644 --- a/pages.ko/common/git-apply.md +++ b/pages.ko/common/git-apply.md @@ -6,7 +6,7 @@ - 패치된 파일에 대한 메시지 출력: -`git apply --verbose {{경로/대상/파일}}` +`git apply {{[-v|--verbose]}} {{경로/대상/파일}}` - 패치를 적용하고 패치된 파일을 색인에 추가: @@ -14,7 +14,7 @@ - 원격 패치 파일 적용: -`curl -L {{https://example.com/file.patch}} | git apply` +`curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply` - 입력에 대한 diffstat을 출력하고 패치를 적용: @@ -22,7 +22,7 @@ - 패치를 역방향으로 적용: -`git apply --reverse {{경로/대상/파일}}` +`git apply {{[-R|--reverse]}} {{경로/대상/파일}}` - 작업 트리를 수정하지 않고 패치 결과를 색인에 저장: diff --git a/pages.ta/common/git-apply.md b/pages.ta/common/git-apply.md index 1a35887efd..2b643725d9 100644 --- a/pages.ta/common/git-apply.md +++ b/pages.ta/common/git-apply.md @@ -5,7 +5,7 @@ - இணைக்கப்பட்ட கோப்புகளைப் பற்றிய செய்திகளை அச்சிடுங்கள்: -`git apply --verbose {{கோப்பு/பாதை}}` +`git apply {{[-v|--verbose]}} {{கோப்பு/பாதை}}` - இணைக்கப்பட்ட கோப்புகளை குறியீட்டில் பயன்படுத்தவும் மற்றும் சேர்க்கவும்: @@ -13,7 +13,7 @@ - ரிமோட் பேட்ச் கோப்பைப் பயன்படுத்துங்கள்: -`curl -L {{https://example.com/கோப்பு.patch}} | git apply` +`curl {{[-L|--location]}} {{https://example.com/கோப்பு.patch}} | git apply` - உள்ளீட்டிற்கான வெளியீட்டு வேறுபாடு நிலை மற்றும் இணைப்பு பொருந்தும்: @@ -21,7 +21,7 @@ - பேட்சை தலைகீழாகப் பயன்படுத்துங்கள்: -`git apply --reverse {{கோப்பு/பாதை}}` +`git apply {{[-R|--reverse]}} {{கோப்பு/பாதை}}` - பேட்ச் முடிவை குறியீட்டில் வேலை செய்யும் மரத்தை மாற்றாமல் சேமிக்கவும்: diff --git a/pages.tr/common/git-apply.md b/pages.tr/common/git-apply.md index 78c980a5ef..afc2332586 100644 --- a/pages.tr/common/git-apply.md +++ b/pages.tr/common/git-apply.md @@ -5,7 +5,7 @@ - Yamalanan dosyalarla ilgili mesajları yazdır: -`git apply --verbose {{örnek/dosya}}` +`git apply {{[-v|--verbose]}} {{örnek/dosya}}` - Yamalanan dosyaları indekse uygula ve ekle: @@ -13,7 +13,7 @@ - Uzak yama dosyası uygula: -`curl -L {{https://ornek.com/dosya.patch}} | git apply` +`curl {{[-L|--location]}} {{https://ornek.com/dosya.patch}} | git apply` - Çıktı için fark statistiği çıkar ve yamayı uygula: @@ -21,7 +21,7 @@ - Yamayı tersten uygula: -`git apply --reverse {{örnek/dosya}}` +`git apply {{[-R|--reverse]}} {{örnek/dosya}}` - Yama sonucunu çalışan ağacı değiştirmeden indekste sakla: diff --git a/pages.zh/common/git-apply.md b/pages.zh/common/git-apply.md index 4d913faf59..3ac4ed79a3 100644 --- a/pages.zh/common/git-apply.md +++ b/pages.zh/common/git-apply.md @@ -6,7 +6,7 @@ - 显示补丁文件的应用详情: -`git apply --verbose {{路径/到/文件}}` +`git apply {{[-v|--verbose]}} {{路径/到/文件}}` - 应用补丁并将修改添加到暂存区: @@ -14,7 +14,7 @@ - 应用远程补丁文件: -`curl -L {{https://example.com/file.patch}} | git apply` +`curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply` - 应用远程补丁文件: @@ -22,7 +22,7 @@ - 反向应用补丁(撤销更改): -`git apply --reverse {{路径/到/文件}}` +`git apply {{[-R|--reverse]}} {{路径/到/文件}}` - 将补丁结果存入暂存区但不修改工作区: