From cae2296e5f02c934ece9cc947a237fcf93fece6d Mon Sep 17 00:00:00 2001 From: Ana Murinigo <91098065+AnaMurinigo@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:26:09 -0300 Subject: [PATCH 1/2] Adding # remote --- levels/intro/remote | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 579d58dccd107e79d15e0bbe38effe027409d428 Mon Sep 17 00:00:00 2001 From: Ana Murinigo <91098065+AnaMurinigo@users.noreply.github.com> Date: Wed, 5 Jun 2024 00:28:12 -0300 Subject: [PATCH 2/2] Adding more # remote --- levels/intro/remote | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/levels/intro/remote b/levels/intro/remote index ef4dd81..403fea8 100644 --- a/levels/intro/remote +++ b/levels/intro/remote @@ -40,10 +40,10 @@ git commit -m "Añadidos dos estudiantes" # 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 +# Añade tu nombre a la lista de estudiantes 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