{"id":13607016,"url":"https://github.com/theandersonn/comandos-git","last_synced_at":"2025-04-05T22:06:41.085Z","repository":{"id":31813763,"uuid":"35380415","full_name":"theandersonn/comandos-git","owner":"theandersonn","description":"Guia com seleção de comandos para o trabalho com Git e GitHub","archived":false,"fork":false,"pushed_at":"2022-01-13T13:57:15.000Z","size":420,"stargazers_count":333,"open_issues_count":0,"forks_count":115,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-03-29T21:04:58.818Z","etag":null,"topics":["git","github"],"latest_commit_sha":null,"homepage":"","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/theandersonn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-MIT.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-10T17:18:55.000Z","updated_at":"2025-02-20T13:25:18.000Z","dependencies_parsed_at":"2022-08-24T14:22:24.135Z","dependency_job_id":null,"html_url":"https://github.com/theandersonn/comandos-git","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandersonn%2Fcomandos-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandersonn%2Fcomandos-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandersonn%2Fcomandos-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theandersonn%2Fcomandos-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theandersonn","download_url":"https://codeload.github.com/theandersonn/comandos-git/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247406088,"owners_count":20933803,"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":["git","github"],"created_at":"2024-08-01T19:01:14.778Z","updated_at":"2025-04-05T22:06:41.063Z","avatar_url":"https://github.com/theandersonn.png","language":null,"funding_links":[],"categories":["Others","Local"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/git-super-poderes.png\" width=\"728\" /\u003e\n\u003c/p\u003e\n\n# Conhecendo os super poderes do Git\n\n\u003e Guia com seleção de comandos para o Trabalho com Git e GitHub\n\n## Comandos\n\n1. [Guia Simplificado](https://github.com/theandersonn/comandos-git/blob/master/comandos/guia-simplificado.md)\n2. [Configurações](https://github.com/theandersonn/comandos-git/blob/master/comandos/configuracoes.md)\n3. [Versionamento de Repositórios](https://github.com/theandersonn/comandos-git/blob/master/comandos/versionamento-repositorios.md)\n4. [Working Directory](https://github.com/theandersonn/comandos-git/blob/master/comandos/working-directory.md)\n5. [Stage Area](https://github.com/theandersonn/comandos-git/blob/master/comandos/stage-area.md)\n6. [Trabalhando com Commits](https://github.com/theandersonn/comandos-git/blob/master/comandos/commits.md)\n7. [Os Super Poderes das Branches](https://github.com/theandersonn/comandos-git/blob/master/comandos/branches.md)\n8. [Gerenciando Repositórios](https://github.com/theandersonn/comandos-git/blob/master/comandos/gerenciando-repositorios.md)\n9. [Trabalhando com Git e  GitHub](https://github.com/theandersonn/comandos-git/blob/master/comandos/trabalhando-git-github.md)\n10. [Trabalhando com Tags](https://github.com/theandersonn/comandos-git/blob/master/comandos/tags.md)\n11. [Git no Servidor](https://github.com/theandersonn/comandos-git/blob/master/comandos/git-no-servidor.md)\n12. [Trabalhando com Git Flow](https://github.com/theandersonn/comandos-git/blob/master/comandos/trabalhando-git-flow.md)\n\n## Sugestões\n\n1. [Cursos e Palestras](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/cursos-palestras.md)\n2. [Ferramentas](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/ferramentas.md)\n3. [Livros](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/livros.md)\n4. [Slides](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/slides.md)\n5. [GitHosting](https://github.com/theandersonn/comandos-git/blob/master/sugestoes/githosting.md)\n6. [Vim Cheat Sheet](http://woliveiras.com.br/vimparanoobs/)\n\n## Colabore\n1. Fork o repositório\n2. Crie a sua branch: git checkout -b nome-branch\n3. Committe as suas alterações: git commit -m \"Comentário com a sua alteração\"\n4. Envie a sua branch: git push origin nome-branch\n5. Envie uma solicitação de alteração através de pull request :)\n\n## Questões e dúvidas\nCaso tenha alguma questão ou sugestão, abra uma [issue](https://github.com/theandersonn/comandos-git/issues/new) e envie o seu feedback.\n\n## License\n\n[MIT](https://github.com/theandersonn/comandos-git/blob/master/LICENSE-MIT.md) © [Anderson Nascimento](https://github.com/theandersonn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheandersonn%2Fcomandos-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheandersonn%2Fcomandos-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheandersonn%2Fcomandos-git/lists"}