git-diff: remove 9th example (#4204)

This commit is contained in:
Zlatan Vasović
2020-07-23 05:06:21 +02:00
committed by GitHub
parent 8ea907530a
commit 0f879b6049
3 changed files with 0 additions and 12 deletions

View File

@@ -27,10 +27,6 @@
`git diff --summary {{commit}}`
- Crea un archivo parche:
`git diff > {{archivo_objetivo}}.patch`
- Compara un único archivo entre dos ramas o commits:
`git diff {{rama_1}}..{{rama_2}} [--] {{ruta/del/archivo}}`

View File

@@ -27,10 +27,6 @@
`git diff --summary {{commit}}`
- Crea un file di patch:
`git diff > {{nome_file_patch}}.patch`
- Confronta le versioni di un dato file tra due rami o commit:
`git diff {{ramo_1}}..{{ramo_2}} [--] {{percorso/al/file}}`

View File

@@ -27,10 +27,6 @@
`git diff --summary {{commit}}`
- Create a patch file:
`git diff > {{target_file}}.patch`
- Compare a single file between two branches or commits:
`git diff {{branch_1}}..{{branch_2}} [--] {{path/to/file}}`