File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
11
11
- Herunterladen und Integrieren einer Patch-Datei:
12
12
13
- ` curl -L {{https://beispiel.de/datei.patch}} | git apply `
13
+ ` curl {{[-L|--location]}} {{https://beispiel.de/datei.patch}} | git apply `
14
14
15
15
- Brich das Integrieren einer Patch-Datei ab:
16
16
Original file line number Diff line number Diff line change 10
10
11
11
- Aplica un archivo de parche remoto:
12
12
13
- ` curl -L {{https://ejemplo.com/file.patch}} | git apply `
13
+ ` curl {{[-L|--location]}} {{https://ejemplo.com/file.patch}} | git apply `
14
14
15
15
- Aborta el proceso de aplicar un archivo de parche:
16
16
Original file line number Diff line number Diff line change 10
10
11
11
- Gunakan dan komit perubahan dari file patch dari sumber dalam jaringan (online):
12
12
13
- ` curl -L {{https://example.com/file.patch}} | git apply `
13
+ ` curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply `
14
14
15
15
- Batalkan proses perubahan yang dilakukan:
16
16
Original file line number Diff line number Diff line change 10
10
11
11
- 원격 패치 파일을 적용하고 커밋:
12
12
13
- ` curl -L {{https://example.com/file.patch}} | git apply `
13
+ ` curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply `
14
14
15
15
- 패치 파일 적용 과정 중단:
16
16
Original file line number Diff line number Diff line change 10
10
11
11
- Zastosuj i komituj zmiany ze zdalnego pliku poprawki:
12
12
13
- ` curl -L {{https://example.com/plik.patch}} | git apply `
13
+ ` curl {{[-L|--location]}} {{https://example.com/plik.patch}} | git apply `
14
14
15
15
- Przerwij proces zastosowania pliku poprawki:
16
16
Original file line number Diff line number Diff line change 10
10
11
11
- ரிமோட் பேட்ச் கோப்பைப் பின்பற்றி, மாற்றங்களைச் செய்யுங்கள்:
12
12
13
- ` curl -L {{https://example.com/file.patch}} | git apply `
13
+ ` curl {{[-L|--location]}} {{https://example.com/file.patch}} | git apply `
14
14
15
15
- பேட்ச் கோப்பைப் பயன்படுத்துவதற்கான செயல்முறையை நிறுத்தவும்:
16
16
You can’t perform that action at this time.
0 commit comments