From 0f879b6049212a9e81396c345252a0a707f988d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 23 Jul 2020 05:06:21 +0200 Subject: [PATCH] git-diff: remove 9th example (#4204) --- pages.es/common/git-diff.md | 4 ---- pages.it/common/git-diff.md | 4 ---- pages/common/git-diff.md | 4 ---- 3 files changed, 12 deletions(-) diff --git a/pages.es/common/git-diff.md b/pages.es/common/git-diff.md index c5e035313..082d37d2f 100644 --- a/pages.es/common/git-diff.md +++ b/pages.es/common/git-diff.md @@ -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}}` diff --git a/pages.it/common/git-diff.md b/pages.it/common/git-diff.md index bfb0082ba..c0a743d32 100644 --- a/pages.it/common/git-diff.md +++ b/pages.it/common/git-diff.md @@ -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}}` diff --git a/pages/common/git-diff.md b/pages/common/git-diff.md index cb2695dbf..5b8593222 100644 --- a/pages/common/git-diff.md +++ b/pages/common/git-diff.md @@ -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}}`