> For the complete documentation index, see [llms.txt](https://cumbucadev.gitbook.io/github-essentials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cumbucadev.gitbook.io/github-essentials/dia-3/sua-vez/exercicio-1.md).

# Exercício 1

## Configurando seu nome e email no Git

Antes de começar a usar o Git, é importante configurar suas informações de usuário. Isso garante que seus commits estejam atribuídos corretamente a você.

### ✅ Tarefa

Configure seu **nome** e **email** no Git, de forma que:

1. Seu nome fique registrado como `"Seu Nome Aqui"` (substitua pelo seu nome real).
2. Seu email fique registrado como `"seu@email.com"` (substitua pelo seu email real).

Essas informações devem valer **globalmente**, ou seja, para todos os repositórios Git que você usar com essa conta de usuário no computador.

***

#### 💡 Dica

Use comandos no terminal para fazer isso. Se quiser conferir se a configuração deu certo, há um comando que mostra as configurações atuais do Git.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cumbucadev.gitbook.io/github-essentials/dia-3/sua-vez/exercicio-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
