diff --git a/levels/intro/remote b/levels/intro/remote index bc3c0cc..ef4dd81 100644 --- a/levels/intro/remote +++ b/levels/intro/remote @@ -37,7 +37,7 @@ git add . git commit -m "Añadidos dos estudiantes" [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 Añade tu nombre a la lista de estudiantes @@ -48,6 +48,6 @@ Haz commit de tu resultado. test "$(git show main |wc -l)" -ge 5 [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