Adding # remote

This commit is contained in:
Ana Murinigo 2024-06-05 00:26:09 -03:00 committed by GitHub
parent 9e20ecc55b
commit cae2296e5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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