Skip to content

Commit

Permalink
Trocando git add . por git add <arquivo_1> nas tarefas 1 e tarefa 2 (#…
Browse files Browse the repository at this point in the history
…101)

* Trocando git add . por git add <arquivo_1> nas tarefas 1 e 2

* Adicionando intrucoes detalhadas git add

* Final git add instrucoes - espero
  • Loading branch information
laistdomiciano authored Dec 23, 2024
1 parent 7312c9a commit 9a402f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tarefa1.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Depois de fazer as alterações, você precisa adicioná-las ao seu branch. Isso
2. **Adicione suas alterações** usando o comando:

```bash
git add .
git add caos/@seu-username/seu-username.txt
```

3. **Verifique novamente o estado do repositório** com:
Expand Down
2 changes: 1 addition & 1 deletion docs/tarefa2.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Depois de fazer as alterações, você precisa adicioná-las ao seu branch. Isso
1. **Adicione suas alterações** usando o comando:

```bash
git add .
git add caos/O_JOGO_DO_TIGRINHO_ME_DEU.md
```

1. **Verifique novamente o estado do repositório** com:
Expand Down

0 comments on commit 9a402f7

Please sign in to comment.