# Instalando o Git

Para instalar o Git, acesse o site oficial: [https://git-scm.com/downloads](https://git-scm.com/downloads), baixe a versão correspondente ao seu sistema (Windows, macOS ou Linux) e siga as instruções de instalação.

* **🪟 Instalando o Git no Windows:** [https://git-scm.com/download/win](https://git-scm.com/downloads/win);
* **🐧 Instalando o Git no Linux (Ubuntu):** [https://git-scm.com/download/linux](https://git-scm.com/downloads/linux)
* **🍎 Instalando o Git no macOS:** [https://git-scm.com/download/mac](https://git-scm.com/downloads/mac)

Por fim, verifique a versão instalada com o comando:

```bash
git --version
```
