Skip to content

Commit

Permalink
Merge pull request #7 from WoMakersCode/ciclo-de-vida-basico/git-status
Browse files Browse the repository at this point in the history
comando git status
  • Loading branch information
Kamilahsantos committed Oct 9, 2020
2 parents d1358d2 + 16a365b commit 1e7ef47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ciclo-de-vida-basico/comandos-mais-utilizados.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## git status

Verifica o status/condição da branch em que você está trabalhando, arquivos modificados, criados e exluidos

```css
$ git status
```

## git add

Após criar um arquivo, adicione o arquivo no rastreamento do Git.No Terminal, use o comando `git add` seguido do nome do arquivo ou somente `.` para adicionar todos os arquivos ainda não rastreados.
Expand Down

0 comments on commit 1e7ef47

Please sign in to comment.