1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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}}`