diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-11-04 00:24:36 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-11-04 00:24:36 +0100 |
commit | 9fef6cb471f6953e47a64be2ce7a0f6c97316924 (patch) | |
tree | ce05bb307c732196d759aa8ed460fd1286ea8467 /es | |
parent | 5ed8550f689861d030ac4a8e121aa74ff1a7f922 (diff) |
es: correcciones simples
Diffstat (limited to 'es')
-rw-r--r-- | es/2.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |