{"id":13895181,"url":"https://github.com/andys8/git-brunch","last_synced_at":"2026-02-28T15:03:16.375Z","repository":{"id":51317839,"uuid":"201759293","full_name":"andys8/git-brunch","owner":"andys8","description":"Git branch checkout menu","archived":false,"fork":false,"pushed_at":"2023-09-10T12:14:18.000Z","size":735,"stargazers_count":90,"open_issues_count":2,"forks_count":9,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T03:53:46.496Z","etag":null,"topics":["branch","checkout","command-line-tool","git","hacktoberfest","haskell","tui"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/git-brunch","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andys8.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}},"created_at":"2019-08-11T12:02:21.000Z","updated_at":"2025-09-11T22:17:15.000Z","dependencies_parsed_at":"2024-04-16T00:40:19.108Z","dependency_job_id":"b3fae770-bed2-400e-a717-54b0c7c415d7","html_url":"https://github.com/andys8/git-brunch","commit_stats":{"total_commits":162,"total_committers":6,"mean_commits":27.0,"dds":"0.030864197530864224","last_synced_commit":"0fec236c5016c8477939c00aacf12f883f8ea5db"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/andys8/git-brunch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andys8%2Fgit-brunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andys8%2Fgit-brunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andys8%2Fgit-brunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andys8%2Fgit-brunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andys8","download_url":"https://codeload.github.com/andys8/git-brunch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andys8%2Fgit-brunch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29936379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["branch","checkout","command-line-tool","git","hacktoberfest","haskell","tui"],"created_at":"2024-08-06T18:02:03.183Z","updated_at":"2026-02-28T15:03:16.356Z","avatar_url":"https://github.com/andys8.png","language":"Haskell","funding_links":[],"categories":["Haskell"],"sub_categories":[],"readme":"# git-brunch ![Actions](https://github.com/andys8/git-brunch/workflows/CI/badge.svg)\n\nA git command-line tool to work with branches\n\n![screenshot](https://raw.githubusercontent.com/andys8/git-brunch/master/screenshot.png)\n\n## Features\n\n- Quickly checkout local or remote branch\n- Merge or rebase a branch\n- Search for a branch\n- Delete a branch\n- Fetch / Update\n\n## Usage\n\nRun `git-brunch` or `git brunch`.\n\n### Git alias (optional)\n\nAn alias like `git b` (or `gb`) is a good idea to quickly access the tool.\n\n```sh\ngit config --global alias.b brunch\n```\n\n## Installation\n\nThe installation is possible in multiple ways, and there are binaries available to download.\n\n### Download binary\n\n1. Download from **[releases](https://github.com/andys8/git-brunch/releases)**\n1. Rename the file to `git-brunch`\n1. Make it executable with `chmod +x git-brunch`\n1. Add to your `PATH`\n\n### Arch Linux\n\n`git-brunch` is in the [AUR](https://aur.archlinux.org/packages/git-brunch)\n\n```sh\nyay -S git-brunch\npamac install git-brunch\n```\n\n### FreeBSD\n\n`git-brunch` can be installed from the official FreeBSD package repository\n\n```sh\npkg install hs-git-brunch\n```\n\n### [Nix](https://nixos.org/nix)\n\n`git-brunch` is part of the nix package manager\n\n```sh\nnix-env -i git-brunch\n```\n\n### [Stack](https://haskellstack.org)\n\n`git-brunch` can installed with the Haskell build tool stack\n\n```sh\nstack install git-brunch # --resolver=lts-lts-20.4\n```\n\n### Install from source\n\n`git-brunch` can be installed from source. It can be forked and modified, if you like to.\n\n```sh\ngit clone https://github.com/andys8/git-brunch\ncd git-brunch\nstack install\n# or nix-env -if .\n```\n\n## Development\n\n### Run application\n\n```shell\nstack run\n```\n\n### Run tests\n\n```shell\nstack test --file-watch\n```\n\n### Build statically linked\n\n```shell\nstack install --flag git-brunch:static\n```\n\n### Generate nix\n\n```sh\ncabal2nix --shell . \u003e default.nix\n```\n\n## Release\n\n- Bump version in `package.yaml` and `default.nix`\n- `stack build`\n- Create a commit `v0.0.0`\n- Create a tag `v0.0.0`\n- Push commit and push tag\n- Release on github will be created by CI\n- Update release description\n- `stack upload .`\n- Update [AUR](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=git-brunch#n3)\n\n## Related projects\n\n- [`git-gone`](https://github.com/lunaryorn/git-gone): Lists or removes \"gone\" branches, that is, local branches which used to have an upstream branch on a remote which is now removed.\n- [`lazygit`](https://github.com/jesseduffield/lazygit): Terminal UI for git commands\n- [`gitui`](https://github.com/extrawurst/gitui): Terminal UI focused on speed in giant repositories\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandys8%2Fgit-brunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandys8%2Fgit-brunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandys8%2Fgit-brunch/lists"}