**Bash**

```
git config --global user.name "Seu usuario"
git config --global user.email "email@example.com"
```