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:
parent
8ea907530a
commit
0f879b6049
3 changed files with 0 additions and 12 deletions
|
@ -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}}`
|
||||
|
|
|
@ -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}}`
|
||||
|
|
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue