mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Adding # remote
This commit is contained in:
parent
9e20ecc55b
commit
cae2296e5f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue