{"id":23209332,"url":"https://github.com/djuuu/git-compare-branches","last_synced_at":"2026-04-21T03:30:56.396Z","repository":{"id":33668754,"uuid":"37321375","full_name":"Djuuu/git-compare-branches","owner":"Djuuu","description":"Simple git branch comparator","archived":false,"fork":false,"pushed_at":"2019-02-04T20:19:42.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-11T00:37:33.960Z","etag":null,"topics":["git"],"latest_commit_sha":null,"homepage":"","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/Djuuu.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":"2015-06-12T12:44:38.000Z","updated_at":"2022-12-17T23:31:43.000Z","dependencies_parsed_at":"2022-07-12T09:51:52.581Z","dependency_job_id":null,"html_url":"https://github.com/Djuuu/git-compare-branches","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Djuuu/git-compare-branches","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djuuu%2Fgit-compare-branches","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djuuu%2Fgit-compare-branches/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djuuu%2Fgit-compare-branches/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djuuu%2Fgit-compare-branches/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Djuuu","download_url":"https://codeload.github.com/Djuuu/git-compare-branches/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Djuuu%2Fgit-compare-branches/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32075209,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"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":["git"],"created_at":"2024-12-18T18:16:28.523Z","updated_at":"2026-04-21T03:30:56.381Z","avatar_url":"https://github.com/Djuuu.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-compare-branches\n\nThis script compares two branches by showing which other branches are specifically merged into each one.\n\n## Installation\n\n* Clone The repository\n\nThen : \n* Create a symlink to the script in a directory in your path\n```bash\nln -s /path/to/git-compare-branches/git-compare-branches.sh ~/bin/git-compare-branches\n```\n\nOR\n\n* Create a git alias in your `.gitconfig`\n```ini\n[alias]\n    compare-branches = \"!bash /path/to/git-compare-branches/git-compare-branches.sh\"\n```\n\n## Usage\n\n```bash\ngit compare-branches toto tata\n```\n```\nBranches merged only in toto :\n\n  azer\n  remotes/origin/ytui\n  remotes/origin/op\n\nBranches merged only in tata :\n\n  qsdf\n  ghjk\n  remotes/origin/lm\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjuuu%2Fgit-compare-branches","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjuuu%2Fgit-compare-branches","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjuuu%2Fgit-compare-branches/lists"}