Skip to content

Commit

Permalink
colocando escopo blogal no git config
Browse files Browse the repository at this point in the history
  • Loading branch information
professor-enoqueleal authored Aug 23, 2024
1 parent f46b56b commit 327c778
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 @@ -10,12 +10,12 @@

```bash
# configura usuário
git config user.name "Fulano de Tal"
git config --global user.name "Fulano de Tal"
```

```bash
# configura e-mail
git config user.email fulano-de-tal@exemplo.br
git config --global user.email fulano-de-tal@exemplo.br
```

```bash
Expand Down

0 comments on commit 327c778

Please sign in to comment.