Skip to content

Commit

Permalink
Update additional-material/translations/removing-a-file.pt_br.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Santana <gabriel.gsantana7@gmail.com>
  • Loading branch information
Roshanjossey and gabrielsanttana authored Nov 26, 2020
1 parent 3554c5e commit 21031a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion additional-material/translations/removing-a-file.pt_br.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Se você confirmar a mudança com `git commit -m" Remove file1.js "` e enviar pa

`git rm file1.js file2.js file3.js --cached`

- Você pode utilizar o caractere coringa (*) para remover todos os arquivos semelhantes. Por exemplom se você deseja remover todos os .txt do seu repositório local:
- Você pode utilizar o caractere coringa (*) para remover todos os arquivos semelhantes. Por exemplo se você deseja remover todos os .txt do seu repositório local:

`git rm *.txt --cached`

0 comments on commit 21031a8

Please sign in to comment.