> 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-9/explorando-operacoes-remotas-do-git.md).

# Explorando Operações Remotas do Git

Neste capítulo, vamos aprender sobre as operações remotas do Git, ampliando o que já vimos sobre os comandos locais. Até agora, trabalhamos com repositórios no nosso computador, mas, para poder colaborar com outras pessoas ou guardar o código de maneira segura e acessível na internet, é importante entender como o Git interage com repositórios remotos.

## Local vs Remoto

Enquanto as operações locais afetam apenas o repositório no seu computador (como <mark style="color:purple;">git</mark> <mark style="color:orange;">commit</mark> ou <mark style="color:purple;">git</mark> <mark style="color:orange;">branch</mark>), as operações remotas envolvem repositórios que estão em um servidor na internet. A grande diferença é que, com as remotas, você pode compartilhar seu trabalho com outras pessoas ou acessar o trabalho de outras de forma simples e segura.

## Por que isso é importante para você?

Entender como usar as operações remotas é fundamental, seja para colaborar com outras pessoas em um projeto ou seja para manter seu código disponível online, como no GitHub. As operações remotas do git possibilitam manter tudo sincronizado, garantindo que você tenha a versão mais recente de um projeto e permitir que outras pessoas contribuam facilmente.

***

Neste capítulo, vamos explorar as principais operações remotas do Git: <mark style="color:purple;">git</mark> <mark style="color:orange;">clone</mark>, <mark style="color:purple;">git</mark> <mark style="color:orange;">pull</mark> e <mark style="color:purple;">git</mark> <mark style="color:orange;">push</mark>.


---

# 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-9/explorando-operacoes-remotas-do-git.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.
