mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Merge branch 'intro-levels-translation' of github.com:aleoncavallo/oh-my-git-es into intro-levels-translation
This commit is contained in:
commit
292a34c8bb
1 changed files with 4 additions and 4 deletions
|
@ -37,17 +37,17 @@ git add .
|
||||||
git commit -m "Añadidos dos estudiantes"
|
git commit -m "Añadidos dos estudiantes"
|
||||||
|
|
||||||
[win]
|
[win]
|
||||||
Obtén el segundo commit de tu profesora usando git pull.
|
# Obtén el segundo commit de tu profesora usando git pull.
|
||||||
|
|
||||||
test "$(git log --oneline teacher/main | wc -l)" -ge 2
|
test "$(git log --oneline teacher/main | wc -l)" -ge 2
|
||||||
Añade tu nombre a la lista de estudiantes
|
# Añade tu nombre a la lista de estudiantes
|
||||||
|
|
||||||
test "$(cat students |wc -l)" -ge 5
|
test "$(cat students |wc -l)" -ge 5
|
||||||
Haz commit de tu resultado.
|
# Haz commit de tu resultado.
|
||||||
|
|
||||||
test "$(git show main |wc -l)" -ge 5
|
test "$(git show main |wc -l)" -ge 5
|
||||||
|
|
||||||
[win teacher]
|
[win teacher]
|
||||||
¡Y usa git push para enviarlo a tu profesora!
|
# ¡Y usa git push para enviarlo a tu profesora!
|
||||||
|
|
||||||
test "$(git show main |wc -l)" -ge 5
|
test "$(git show main |wc -l)" -ge 5
|
||||||
|
|
Loading…
Reference in a new issue