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}}`