macOS
brew install git-recentlocal Homebrew formula metadata
brew / rank 6550
Browse your latest git branches, formatted real fancy. Version 2.2.0 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#git-recent.
install
brew install git-recentlocal Homebrew formula metadata
nix profile install nixpkgs#git-recentnixpkgs package indexes · pkgs/by-name/gi/git-recent/package.nix · source: api.github.com
overview
Browse your latest git branches, formatted real fancy
history
git-recent is a Git branch navigation helper by Paul Irish for browsing recently touched branches and checking one out with a short interactive flow.
The README records the tool's origin in Paul Irish's dotfiles in May 2016, followed by a standalone repository and npm publication in August 2016. The original script became git-recent-og after the 2.0 rewrite.
The 2.0 line, released in 2025 according to the changelog, added an fzf-based interactive UI for browsing branches, viewing branch-specific commits, inspecting a diff against main, and checking out the selected branch.
git-recent spread as a small personal-workflow utility through npm and Homebrew, with Nix also recorded in the input package metadata. Its adoption significance comes less from enterprise deployment and more from shell users copying a tiny Git helper into daily branch-switching habits.
Practitioners run git recent inside a repository, navigate the fzf list of branches, press Enter to check out a selection, and use Ctrl-O to inspect a diff. The README notes optional delta integration for formatted diffs and worktree detection that can guide a user to an existing checkout.
Users who do not want the fzf dependency can run git recent-og, the renamed 2016 implementation, with options such as -n to limit the number of branches shown.
git-recent is a compact example of the Git subcommand packaging pattern: one executable on PATH becomes a Git verb, distributed through npm, Homebrew, and Nix, and upgraded without changing the underlying Git data model.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-recent | executable | indexed executable | Discovered from the local executable index. |
git-recent-og | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:git-recent |
|---|---|
| Version | 2.2.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/paulirish/git-recent |
| Repository | https://github.com/paulirish/git-recent |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
git-recent
nix profile install nixpkgs#git-recentsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.