{"id":20245651,"url":"https://github.com/maestropravaler/git_gitflow","last_synced_at":"2026-05-18T15:37:01.365Z","repository":{"id":190913978,"uuid":"336656620","full_name":"MaestroPravaler/GIT_GITFLOW","owner":"MaestroPravaler","description":"Comandos essenciais do Git e do Gitflow que ensino em uma playlist do meu canal do Youtube. ","archived":false,"fork":false,"pushed_at":"2021-02-06T23:21:55.000Z","size":258,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-14T18:44:19.140Z","etag":null,"topics":["git","gitflow","github"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/playlist?list=PLQvwSWYdLssx2xmuBSpOEVTjb2SQvR1_b","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MaestroPravaler.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-02-06T23:15:59.000Z","updated_at":"2021-04-25T02:29:11.000Z","dependencies_parsed_at":"2023-08-27T04:38:38.348Z","dependency_job_id":null,"html_url":"https://github.com/MaestroPravaler/GIT_GITFLOW","commit_stats":null,"previous_names":["maestropravaler/git_gitflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaestroPravaler/GIT_GITFLOW","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroPravaler%2FGIT_GITFLOW","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroPravaler%2FGIT_GITFLOW/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroPravaler%2FGIT_GITFLOW/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroPravaler%2FGIT_GITFLOW/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaestroPravaler","download_url":"https://codeload.github.com/MaestroPravaler/GIT_GITFLOW/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaestroPravaler%2FGIT_GITFLOW/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33183208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","gitflow","github"],"created_at":"2024-11-14T09:22:49.677Z","updated_at":"2026-05-18T15:37:01.349Z","avatar_url":"https://github.com/MaestroPravaler.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Comandos Básicos do Git / Gitflow\nEste repositório está relacionado a [playlist](https://www.youtube.com/playlist?list=PLQvwSWYdLssx2xmuBSpOEVTjb2SQvR1_b) do meu canal no youtube onde ensino os comandos básicos do git e do gitflow.\n\n## GitFlow e seu fluxo de Trabalho\n![](assets/images/capa_gitflow.png)\n\n1. Inicializando um repositório com o gitflow\n```\ngit flow init\n```\n2. Criando e finalizando uma Feature\n```\ngit flow feature start 'nomedafeature' # Criando a feature\n\ngit flow feature finish 'nomedafeature' # Finalizando a feature\n```\n3. Criando e finalizando um Release\n```\ngit flow release start 'geralmentenumerodaversão'\n\ngit flow release finish 'geralmentenumerodaversão'\n```\n4. Realizando um hotfix\n```\ngit flow hotfix start 'nomedohotfix'\n\ngit flow hotfix finish 'nomedohotfix'\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaestropravaler%2Fgit_gitflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaestropravaler%2Fgit_gitflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaestropravaler%2Fgit_gitflow/lists"}