Skip to content

Commit

Permalink
fix(docs): level example file name translation
Browse files Browse the repository at this point in the history
  • Loading branch information
d3cryptofc committed Jun 5, 2024
1 parent d55cde2 commit f622fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Pode conter informação adicional, ou exercícios extras para praticar.
# Um `git init` inicial sempre é feito automaticamente.
# A branch padrão ao inicilaizar chama-se 'main'.
echo "Você" > pessoa_que_eh_incrivel
echo "Você" > pessoas_que_sao_incriveis
git add .
git commit -m "commit inicial"
Expand All @@ -95,7 +95,7 @@ git commit -m "commit inicial"
# jogo como uma condição de conquista.
# Verifica se no arquivo do último commit possui duas linhas:
test "$(git show HEAD:people_who_are_awesome | wc -l)" -ge 2
test "$(git show HEAD:pessoas_que_sao_incriveis | wc -l)" -ge 2
```

Uma fase pode consistir de múltiplos repositórios. Para ter mais de um, você pode usar seções como `[setup <name>]` e `[win <name>]`, onde `<name>` é o nome do remote. O nome do remote padrão é "yours". Todos os repositórios irão adicionar um ao outro como remote. Veja alguns exemplos de fases usando [remote](levels/remote).
Expand Down

0 comments on commit f622fab

Please sign in to comment.