> 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-2.md).

# Exercício 2

## Iniciando um repositório Git com `git init`

Neste exercício, vamos começar um pequeno projeto chamado **lista-de-leituras**, onde você poderá registrar os livros que já leu, está lendo ou quer ler. É um projeto simples usando apenas arquivos `.txt`, ideal para praticar os primeiros comandos do Git.

### ✅ Tarefa

Crie um projeto chamado `lista-de-leituras` e inicialize um repositório Git dentro dele.

***

#### 💡Dica&#x20;

1. Crie uma nova pasta chamada `lista-de-leituras`.
2. Entre nessa pasta usando o terminal.
3. Inicie um repositório Git dentro dela.
4. Verifique se o Git foi inicializado corretamente.


---

# 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-2.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.
