{"id":19360231,"url":"https://github.com/pgherveou/git-util","last_synced_at":"2026-05-08T00:35:30.570Z","repository":{"id":66314914,"uuid":"88818918","full_name":"pgherveou/git-util","owner":"pgherveou","description":"Breakdown commits into individual Pull Requests","archived":false,"fork":false,"pushed_at":"2019-03-06T21:51:05.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T23:56:19.863Z","etag":null,"topics":["git","github","pull-requests"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/pgherveou.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-20T03:56:56.000Z","updated_at":"2019-03-06T21:51:07.000Z","dependencies_parsed_at":"2023-03-15T20:15:49.247Z","dependency_job_id":null,"html_url":"https://github.com/pgherveou/git-util","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pgherveou/git-util","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgherveou%2Fgit-util","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgherveou%2Fgit-util/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgherveou%2Fgit-util/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgherveou%2Fgit-util/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pgherveou","download_url":"https://codeload.github.com/pgherveou/git-util/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pgherveou%2Fgit-util/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32762280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","github","pull-requests"],"created_at":"2024-11-10T07:17:29.780Z","updated_at":"2026-05-08T00:35:30.549Z","avatar_url":"https://github.com/pgherveou.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repo provides commands to break down a big PR into child PRs while still working from a single branch.\n\n## Install\n\n```bash\nnpm install -g @pgherveou/git-util\n```\n\n## Prerequisites\n\n- A gitub token with repo perimissions stored into `GITHUB_TOKEN` environment variable\n\n### 1 generate-pull-requests\n\nThis command does the following:\n\n- Create a feature branch `feature-important-stuff`\n- Create child branchs for each commit that is not a fixup! e.g `important-stuff-1-of-n`, `important-stuff-2-of-n`\n- Cherry pick fixup commits to their associated child branch\n- Open your browser so you can edit each pull request using `feature-important-stuff` as the base branch.\n\n### fixup-staged-files\n\nThis command create a fixup commit for each staged file.\nYou can re-run `generate-pull-requests` after that so that each modification get push to the child branch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgherveou%2Fgit-util","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpgherveou%2Fgit-util","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpgherveou%2Fgit-util/lists"}