> For the complete documentation index, see [llms.txt](https://favelaware.gitbook.io/favelaware/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://favelaware.gitbook.io/favelaware/3-git-e-github/3.3-como-instalar-o-git.md).

# 3.3 Como Instalar o Git

#### 💡 O que é o Git?

Antes de começar, é importante lembrar que o **Git** é uma ferramenta que ajuda programadores a controlar as versões de seus projetos. Com ele, você pode salvar diferentes versões do seu trabalho, colaborar com outras pessoas e reverter alterações quando necessário.

## 🖥️ Instalando o Git no Windows

1. Baixe o instalador:
   1. Acesse o site oficial do Git: <https://git-scm.com/downloads/win>
2. Execute o instalador:&#x20;
   1. Após o download, clique duas vezes no arquivo para iniciar a instalação.
3. Siga as instruções:
   1. Durante a instalação, você pode manter as configurações padrão.
   2. Clique em "Next" até chegar ao final e, por fim, clique em "Finish".
4. Verifique a instalação
   1. Abra o 'Git Bash' (instalado junto com o Git).
   2. Digite o comando: `git --version`
   3. Se aparecer a versão do Git, a instalação foi bem-sucedida.


---

# 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, and the optional `goal` query parameter:

```
GET https://favelaware.gitbook.io/favelaware/3-git-e-github/3.3-como-instalar-o-git.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
