{"id":20078240,"url":"https://github.com/marionauta/git-brrr","last_synced_at":"2026-04-02T01:49:12.773Z","repository":{"id":56173844,"uuid":"313872237","full_name":"marionauta/git-brrr","owner":"marionauta","description":"Utility to remove local git branches that have already been merged.","archived":false,"fork":false,"pushed_at":"2024-05-09T10:31:19.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-17T23:34:14.855Z","etag":null,"topics":["git","git-commands"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/marionauta.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-11-18T08:40:09.000Z","updated_at":"2024-12-30T22:25:35.000Z","dependencies_parsed_at":"2022-08-15T14:01:09.270Z","dependency_job_id":null,"html_url":"https://github.com/marionauta/git-brrr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marionauta%2Fgit-brrr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marionauta%2Fgit-brrr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marionauta%2Fgit-brrr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marionauta%2Fgit-brrr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marionauta","download_url":"https://codeload.github.com/marionauta/git-brrr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243004059,"owners_count":20220237,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","git-commands"],"created_at":"2024-11-13T15:13:23.392Z","updated_at":"2025-12-26T03:25:14.280Z","avatar_url":"https://github.com/marionauta.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-brrr\n\nUtility to remove local git branches that have already been merged.\n\n## Usage\n\n```sh\ngit brrr\n```\n\n## Install\n\nClone this repo and make sure the `git-brrr` file has executable permissions.\n\n```sh\ngit clone https://github.com/marionauta/git-brrr\ncd git-brrr\nchmod +x git-brrr\n```\n\nThen, move the `git-brrr` file to somewhere in your PATH. That means, move it to some directory listed afer running:\n\n```sh\necho $PATH | tr \":\" \"\\n\"\n```\n\n## Configuration\n\nThe command won't delete your default branch, if set. You can check what this value is by running:\n\n```sh\ngit config init.defaultBranch\n```\n\nYou can set custom **protected branches** globally or per project. Multiple branches are separated by a `|` (pipe).\n\n```sh\ngit config --global brrr.protectedBranches \"develop\"\ngit config brrr.protectedBranches \"develop|staging\" # Overrides global settings\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarionauta%2Fgit-brrr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarionauta%2Fgit-brrr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarionauta%2Fgit-brrr/lists"}