{"id":24917208,"url":"https://github.com/derivia/aprenda_git","last_synced_at":"2026-01-07T16:04:09.132Z","repository":{"id":271789384,"uuid":"914558007","full_name":"derivia/aprenda_git","owner":"derivia","description":"Repositório com conteúdo didático sobre a ferramenta Git.","archived":false,"fork":false,"pushed_at":"2025-01-13T18:06:02.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T08:32:00.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/derivia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-09T20:43:17.000Z","updated_at":"2025-01-13T18:06:05.000Z","dependencies_parsed_at":"2025-01-09T22:37:07.626Z","dependency_job_id":"af702d89-2e4d-4e97-b683-cb2341f97627","html_url":"https://github.com/derivia/aprenda_git","commit_stats":null,"previous_names":["derivia/aprenda_git"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derivia%2Faprenda_git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derivia%2Faprenda_git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derivia%2Faprenda_git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/derivia%2Faprenda_git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/derivia","download_url":"https://codeload.github.com/derivia/aprenda_git/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245991553,"owners_count":20706126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-02T08:31:43.516Z","updated_at":"2026-01-07T16:04:09.082Z","avatar_url":"https://github.com/derivia.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Aprenda Git\n\n### 📗 Índice:\n\n- [Roteiro de aprendizado](#roteiro-de-aprendizado)\n- [Leitura recomendada](#leitura-recomendada)\n\n### Roteiro de aprendizado\n\u003e Nota: **não** será explicado como instalar o Git, utilize algum mecanismo de\npesquisa. De preferência, pesquise como configurar o Git no seu sistema\noperacional.\n\n##### Não esqueça: É **muito importante** que você crie arquivos enquanto segue a leitura, utilizando os comandos mostrados.\n\n1. [Fundamentos do Git](./src/basico.md)\n   - O que é Git e por que usá-lo?\n   - Configuração inicial: `git config`\n   - Criando um repositório: `git init`\n\n2. [Trabalhando com commits](./src/commits.md)\n   - Adicionando arquivos: `git add`\n   - Criando commits: `git commit`\n   - Verificando o status: `git status`\n\n3. [Histórico e logs](./src/historico.md)\n   - Visualizando o histórico: `git log`\n   - Diferenças entre commits: `git diff`\n   - Desfazendo alterações: `git checkout`, `git reset`\n\n4. [Trabalhando com branches](./src/branches.md)\n   - Criando e trocando de branch: `git branch`, `git checkout`\n   - Merge de branches: `git merge`\n   - Resolvendo conflitos\n\n5. [Trabalhando com repositórios remotos](./src/remotos.md)\n   - Adicionando um repositório remoto: `git remote add`\n   - Enviando e recebendo alterações: `git push`, `git pull`\n   - Clonando um repositório: `git clone`\n   - Usando `git fetch` em vez de `git pull`\n\n6. [Tags e versões](./src/tags.md)\n   - Criando tags: `git tag`\n   - Trabalhando com versões estáveis\n\n7. [Boas práticas e workflows](./src/boas-praticas.md)\n   - Mensagens de commit claras\n   - Git Flow\n   - Rebase vs Merge\n\n8. [Comandos avançados](./src/avancado.md)\n   - Stash: `git stash`\n   - Rebase interativo: `git rebase -i`\n\n9. [Resolução de problemas comuns](./src/problemas.md)\n    - Desfazendo commits indesejados\n    - Recuperando arquivos deletados\n    - Lidando com conflitos complexos\n\n### Leitura recomendada\n\n- Pro Git\n    - Livro gratuito e definitivo sobre Git, escrito por Scott Chacon e Ben Straub.\n    - Disponível em: [Pro Git](https://git-scm.com/book/en/v2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderivia%2Faprenda_git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderivia%2Faprenda_git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderivia%2Faprenda_git/lists"}