{"id":16441530,"url":"https://github.com/mostafatech/gitflow-sample","last_synced_at":"2026-06-11T06:31:54.664Z","repository":{"id":55650899,"uuid":"321477323","full_name":"MostafaTech/gitflow-sample","owner":"MostafaTech","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-15T09:58:21.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T01:43:21.279Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/MostafaTech.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}},"created_at":"2020-12-14T21:28:34.000Z","updated_at":"2020-12-15T09:58:23.000Z","dependencies_parsed_at":"2022-08-15T05:31:26.494Z","dependency_job_id":null,"html_url":"https://github.com/MostafaTech/gitflow-sample","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/MostafaTech/gitflow-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaTech%2Fgitflow-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaTech%2Fgitflow-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaTech%2Fgitflow-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaTech%2Fgitflow-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MostafaTech","download_url":"https://codeload.github.com/MostafaTech/gitflow-sample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MostafaTech%2Fgitflow-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34186385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-11T09:14:43.456Z","updated_at":"2026-06-11T06:31:54.644Z","avatar_url":"https://github.com/MostafaTech.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitflow Sample\nVersion 0.3.0 [12-15-2020 13-25]\n\n## Prerequisites\n* gitflow\n* github-cli\n\n## Feature Workflow\nDevelopers start with a feature:\n```sh\n$ ./project.sh feature-start my-awesome-feature\n```\nThey do their works, add changes and commit their changes to the feature branch.\n\nThen they send their feature branch to the github and make a pull-request with this command:\n```sh\n$ ./project.sh feature-send\n```\nIt opens a web browser in gitgub to create a pull-request from `feature branch` to `develop branch`.\nProject managers can review the codes and request for another changes. The developer can make more changes and after commiting the changes, pushes the rest of the changes to the remote branch with this command:\n```sh\n$ ./project.sh push\n```\nWhen the project managers reviewed the pull-request and approved the changes, they can merge the featue branch into the develop branch in github. After that, the developer can finish the feature by executing this command.\n```sh\n$ ./project.sh feature-done\n```\nThis command deletes the feature branch from local and remote repositories and switches to the develop branch.\n\n## Release workflow\nProject managers can create release branches and merge them to master just like the git-flow way.\n```sh\n$ git flow release start '0.1.0'\n... apply changes due to new release ...\n... commit changes ...\n$ git flow release finish '0.1.0'\n$ ./project.sh push\n```\n\n## Hotfix workflow\nDevelopers can start hotfixes on master branch just like the features.\n```sh\n$ ./project.sh hotfix-start a-critical-bugfix-on-master\n```\nIt creates a hotfix branch from right from master. Developers can make their changes and commit to the hotfix branch and send a pull request to review and merge with this command:\n```sh\n$ ./project.sh hotfix-send\n```\nThis command opens a browser to create pull-request page in github. Project managers can review and do their stuff with pull-request and then confirm the PR. After confirmation, the developer can use this command to finalize the hotfix and remove hotfix branch from local and remote repositories:\n```sh\n$ ./project.sh hotfix-done\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafatech%2Fgitflow-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostafatech%2Fgitflow-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafatech%2Fgitflow-sample/lists"}