mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-24 12:44:44 +02:00
Corregidos errores ortográficos (ES)
This commit is contained in:
parent
6bb3fdbb2f
commit
1b5c51ebe9
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@ exports.level = {
|
|||
"Especifiquemos una cantidad de commits hacia atrás con `~`."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"¡Boom! Bien consiso -- las referencias relativas la rompen."
|
||||
"¡Boom! Bien conciso -- las referencias relativas la rompen."
|
||||
],
|
||||
"command": "git checkout HEAD~4",
|
||||
"beforeCommand": "git commit; git commit; git commit"
|
||||
|
@ -139,7 +139,7 @@ exports.level = {
|
|||
"Veamos ese comando previo en acción"
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"¡Ahí vamos! Las referencias relativas nos dieron una manera consisa de referenciar a `C1`, y forzar la rama (`-f`) nos dio una manera rápida de mover la rama a esa ubicación"
|
||||
"¡Ahí vamos! Las referencias relativas nos dieron una manera concisa de referenciar a `C1`, y forzar la rama (`-f`) nos dio una manera rápida de mover la rama a esa ubicación"
|
||||
],
|
||||
"command": "git branch -f master HEAD~3",
|
||||
"beforeCommand": "git commit; git commit; git commit; git checkout -b bugFix"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue