{"id":28875988,"url":"https://github.com/vrischmann/git-stacked","last_synced_at":"2026-04-29T04:40:23.995Z","repository":{"id":298502722,"uuid":"995434041","full_name":"vrischmann/git-stacked","owner":"vrischmann","description":"visualize a stack of branches","archived":false,"fork":false,"pushed_at":"2026-01-29T23:43:10.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-30T13:08:21.566Z","etag":null,"topics":["git"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/vrischmann.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-03T13:26:27.000Z","updated_at":"2026-01-29T23:43:14.000Z","dependencies_parsed_at":"2025-06-11T13:03:04.361Z","dependency_job_id":"4a1a6653-33c9-4462-9a9b-17cb5e280a19","html_url":"https://github.com/vrischmann/git-stacked","commit_stats":null,"previous_names":["vrischmann/git-stacked"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vrischmann/git-stacked","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrischmann%2Fgit-stacked","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrischmann%2Fgit-stacked/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrischmann%2Fgit-stacked/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrischmann%2Fgit-stacked/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vrischmann","download_url":"https://codeload.github.com/vrischmann/git-stacked/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vrischmann%2Fgit-stacked/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32411541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T03:46:11.172Z","status":"ssl_error","status_checked_at":"2026-04-29T03:37:55.317Z","response_time":110,"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"],"created_at":"2025-06-20T16:41:52.424Z","updated_at":"2026-04-29T04:40:23.991Z","avatar_url":"https://github.com/vrischmann.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":" # git stacked\n\nThis is not a tool to for stacked PRs, at least not a complete tool.\n\nCurrently it's only a viewer for stacked branches.\n\nAn example will make things clearer, let's I have the following branches:\n* `main` is my main branch\n* `feature-A` is for feature A\n* `feature-B` is for feature B which depends on feature A\n* `feature-C` is for feature C which depends on feature B\n* `feature-D` is for feature D which depends on feature A\n* `feature-E` is for feature E which depends on feature D\n\nI personally can managed the rebasing manually just fine without a tool (at least for now) however keeping track of the trees so that I know what I need to rebase is harder, and annoying. `git stacked` helps me visualize my trees and make this easier.\n\nWith this example the output looks like this:\n```\nmaster\n└── feature-A\n    ├── feature-B\n    │   └── feature-C\n    └── feature-D\n        └── feature-E\n```\n\nIf you commit on `master` next the output looks like this:\n```\n(detached) feature-A\n├── feature-B\n│   └── feature-C\n└── feature-D\n    └── feature-E\nmaster\n```\n\nwhich tells you that `feature-A` and below are now detached from `master`.\n\nSo, is this actually useful ? I just made this tool (well Gemini actually), only time will tell if it helps me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrischmann%2Fgit-stacked","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvrischmann%2Fgit-stacked","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvrischmann%2Fgit-stacked/lists"}