{"id":36527894,"url":"https://github.com/mucansever/gittree","last_synced_at":"2026-01-16T16:36:26.817Z","repository":{"id":187206592,"uuid":"596113398","full_name":"mucansever/gittree","owner":"mucansever","description":"cli tool for listing git branches in tree view","archived":false,"fork":false,"pushed_at":"2025-12-30T23:21:03.000Z","size":16652,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T05:32:38.054Z","etag":null,"topics":["branch","git","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","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/mucansever.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":"2023-02-01T13:50:52.000Z","updated_at":"2025-12-30T23:14:14.000Z","dependencies_parsed_at":"2026-01-12T03:01:36.692Z","dependency_job_id":null,"html_url":"https://github.com/mucansever/gittree","commit_stats":null,"previous_names":["mucansever/gittree"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mucansever/gittree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mucansever%2Fgittree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mucansever%2Fgittree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mucansever%2Fgittree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mucansever%2Fgittree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mucansever","download_url":"https://codeload.github.com/mucansever/gittree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mucansever%2Fgittree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["branch","git","go","golang"],"created_at":"2026-01-12T02:57:38.168Z","updated_at":"2026-01-16T16:36:26.808Z","avatar_url":"https://github.com/mucansever.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gittree\n\n`git branch -l` in tree view. \n\nYou can see which branch was created from which branch in a tree format, and checkout using the terminal UI.\n\nNote that not all git branch relations will result in a tree due to cycles. I didn't handle this edge case just yet.\n\n## Installation\n``` bash\nbrew tap mucansever/gittree\nbrew install mucansever/gittree/gittree\n```\n\n## Usage\n\nRun `gittree`\n```bash\n.\n└── main (3d ago)\n    ├── fix/important-bug (4h ago)\n    └── feat/feature-1 (3h ago)\n        └── chore/document-change* (30m ago)\n```\n\nIf there is two of the same branch, all the children are duplicated. In below example, `feat/no-commit-branch` is a new branch from `main` without any commits.\n```bash\n.\n├── main (3d ago)\n│   ├── fix/important-bug (4h ago)\n│   └── feat/feature-1 (3h ago)\n│       └── chore/document-change (30m ago)\n└── feat/no-commit-branch* (1d ago)\n    ├── fix/important-bug (4h ago)\n    └── feat/feature-1 (3h ago)\n        └── chore/document-change (30m ago)\n```\n\n## Improvements\n\nPlease create an issue for any improvement that you might think of.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmucansever%2Fgittree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmucansever%2Fgittree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmucansever%2Fgittree/lists"}