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