summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-11-04 00:24:36 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-11-04 00:24:36 +0100
commit9fef6cb471f6953e47a64be2ce7a0f6c97316924 (patch)
treece05bb307c732196d759aa8ed460fd1286ea8467
parent5ed8550f689861d030ac4a8e121aa74ff1a7f922 (diff)
es: correcciones simples
-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