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

# Dia 9

- [Explorando Operações Remotas do Git](https://cumbucadev.gitbook.io/github-essentials/dia-9/explorando-operacoes-remotas-do-git.md)
- [Conectando o seu Computador ao GitHub](https://cumbucadev.gitbook.io/github-essentials/dia-9/conectando-o-seu-computador-ao-github.md)
- [Interagindo com o Repositório Remoto Central no Git](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-central-no-git.md)
- [Interagindo com o Repositório Remoto Central no Git](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-central-no-git/interagindo-com-o-repositorio-remoto-central-no-git.md)
- [Git Remote](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-central-no-git/git-remote.md)
- [Conectando Local e Remoto](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-central-no-git/conectando-local-e-remoto.md)
- [Conectando Repositório Remoto com Local](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-central-no-git/conectando-local-e-remoto/conectando-repositorio-remoto-com-local.md)
- [Conectando Repositório Local com Remoto](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-central-no-git/conectando-local-e-remoto/conectando-repositorio-local-com-remoto.md)
- [Atualizando o Repositório Local via \`git pull\`](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-central-no-git/atualizando-o-repositorio-local-via-git-pull.md)
- [Enviando Mudanças para o Repositório Remoto via \`git push\`](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-central-no-git/enviando-mudancas-para-o-repositorio-remoto-via-git-push.md)
- [Interagindo com o Repositório Remoto hello-world](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-hello-world.md)
- [Interagindo com o Repositório Remoto hello-world](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-hello-world/interagindo-com-o-repositorio-remoto-hello-world.md)
- [Clonando o Repositório hello-world](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-hello-world/clonando-o-repositorio-hello-world.md)
- [Alterando hello-world Localmente](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-hello-world/alterando-hello-world-localmente.md)
- [Alterando hello-world Localmente](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-hello-world/alterando-hello-world-localmente/alterando-hello-world-localmente.md)
- [Editando README](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-hello-world/alterando-hello-world-localmente/editando-readme.md)
- [Salvando Alterações no Controle de Versão Local](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-hello-world/alterando-hello-world-localmente/salvando-alteracoes-no-controle-de-versao-local.md)
- [Enviando Alterações para o Repositório Remoto](https://cumbucadev.gitbook.io/github-essentials/dia-9/interagindo-com-o-repositorio-remoto-hello-world/enviando-alteracoes-para-o-repositorio-remoto.md)


---

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