Skip to content

Commit 73f1be0

Browse files
authored
adicionando o comando git add --all ao Contributing (#442)
* adicionando o comando git add --all * Update CONTRIBUTING_EN.md
1 parent 73015b8 commit 73f1be0

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,13 @@ $ make format
371371
All checks passed!
372372
```
373373

374+
Adicione suas mudanças para staging area:
375+
376+
```bash
377+
$ git add --all
378+
...
379+
```
380+
374381
Faça o commit das alterações:
375382

376383
```bash

CONTRIBUTING_EN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,13 @@ $ make format
341341
All checks passed!
342342
```
343343

344+
Add your changes to the staging area:
345+
346+
```bash
347+
$ git add --all
348+
...
349+
```
350+
344351
Commit your changes:
345352

346353
```bash

0 commit comments

Comments
 (0)