summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--es/2.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/es/2.md b/es/2.md
index 2afc726..0ce82b8 100644
--- a/es/2.md
+++ b/es/2.md
@@ -623,7 +623,7 @@ volver a aplicarla sin necesitar interacción humana.
[bisect]: https://en.wikipedia.org/wiki/Bisection_method
-## Debugging con Git: `git bisect`o
+## Debugging con Git: `git bisect`
Pasos a aplicar:
@@ -689,7 +689,8 @@ Son un modo interesante para gestionar subproyectos en el repositorio.
## Trucos con submódulos
- `git submodule foreach <command>` lanza un comando en cada submódulo.
- Ejemplo: `git submodule foreach 'git stash'`
+ Ejemplo:\
+ `git submodule foreach 'git stash'`
## Bundle