diff options
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 |