From 053329ad3beb3f283a24bec4bacb1930c8c51fb3 Mon Sep 17 00:00:00 2001 From: ivanhercaz Date: Fri, 7 Feb 2020 19:38:28 +0000 Subject: [PATCH] git-add: add Spanish translation of an example Update the file with translation of an example added in the English version in #3778. --- pages.es/common/git-add.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages.es/common/git-add.md b/pages.es/common/git-add.md index c1ba01054..25426eece 100644 --- a/pages.es/common/git-add.md +++ b/pages.es/common/git-add.md @@ -19,6 +19,10 @@ `git add -f` +- Añade partes de archivos interativamente: + +`git add -p` + - Añade partes de un archivo interactivamente: `git add -p {{ruta/del/archivo}}`