Skip to content

Commit 0820f0d

Browse files
git-am: refresh pages (#17704)
1 parent 2de8b2e commit 0820f0d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pages.de/common/git-am.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- Herunterladen und Integrieren einer Patch-Datei:
1212

13-
`curl -L {{https://beispiel.de/datei.patch}} | git apply`
13+
`curl {{[-L|--location]}} {{https://beispiel.de/datei.patch}} | git apply`
1414

1515
- Brich das Integrieren einer Patch-Datei ab:
1616

pages.es/common/git-am.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- Aplica un archivo de parche remoto:
1212

13-
`curl -L {{https://ejemplo.com/file.patch}} | git apply`
13+
`curl {{[-L|--location]}} {{https://ejemplo.com/file.patch}} | git apply`
1414

1515
- Aborta el proceso de aplicar un archivo de parche:
1616

pages.id/common/git-am.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- Gunakan dan komit perubahan dari file patch dari sumber dalam jaringan (online):
1212

13-
`curl -L {{https://example.com/file.patch}} | git apply`
13+
`curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply`
1414

1515
- Batalkan proses perubahan yang dilakukan:
1616

pages.ko/common/git-am.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- 원격 패치 파일을 적용하고 커밋:
1212

13-
`curl -L {{https://example.com/file.patch}} | git apply`
13+
`curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply`
1414

1515
- 패치 파일 적용 과정 중단:
1616

pages.pl/common/git-am.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- Zastosuj i komituj zmiany ze zdalnego pliku poprawki:
1212

13-
`curl -L {{https://example.com/plik.patch}} | git apply`
13+
`curl {{[-L|--location]}} {{https://example.com/plik.patch}} | git apply`
1414

1515
- Przerwij proces zastosowania pliku poprawki:
1616

pages.ta/common/git-am.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
- ரிமோட் பேட்ச் கோப்பைப் பின்பற்றி, மாற்றங்களைச் செய்யுங்கள்:
1212

13-
`curl -L {{https://example.com/file.patch}} | git apply`
13+
`curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply`
1414

1515
- பேட்ச் கோப்பைப் பயன்படுத்துவதற்கான செயல்முறையை நிறுத்தவும்:
1616

0 commit comments

Comments
 (0)