
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
git-recent
Advanced tools
List recent git branches, select one for checkout. See branch commits and diffs, all formatted so fancy
Speedily browse your latest local git branches, checkout with Enter. Also view branches unique commits, and optionally the diff against main.
git recent now offers an interactive UI (thx to fzf) for browsing recent branches, seeing differences, and checkout'ing your selection.
See a diff of your branch vs main with ctrl-o. If you have delta it'll use that for formatting, but will fallback, too.
If you're like me, mostly using classic git commands, then git recent provides a nice upgrade for browsing/selecting recent branches. But if you're a TUI fan using git-fuzzy, lazygit or tig or fzf-git, well… this probably isn't an upgrade. :p (But you can certainly read the source quickly!)
fzf is required for 2.0. TBH, it's a fantastic tool; those shell key bindings are delightful. That said, if you're dependency-averse, the older version below, git recent-og, may be for you.
brew install fzfsudo apt-get install fzfchoco install fzfThen, do one of these:
git-recent script from this repo and put it anywhere in your $PATH. Run chmod +x git-recent.npm install --global git-recentbrew install git-recentgit recent
Hit Enter to checkout the selected branch.
Type or use arrow keys to navigate your list of branches.
Hit ctrl-o to see the branch diff.
git recent-oggit recent-og is the OG git recent, released back in 2016. Now it's been renamed to git recent-og.
git recent-og
Optionally, add -n<int> to see the most recent <n> branches
git recent-og -n5

If you're a Windows user, you need to use Git Bash or similar shell in order to effectively use this utility.
You can download/clone and add the git-recent directory to your path (e.g. add the directory to your PATH environment
or copy git-recent-og script into an existing included path like /usr/local/bin or ~/bin/).
You can use also npm to install the global binary:
npm install --global git-recent
On Mac, you can install with homebrew:
brew install git-recent
git open - Open the repo website in your browserdiff-so-fancy - Making the output of git diff so fancyCopyright Paul Irish. Licensed under MIT.
git recent-og.-n parameterFAQs
List recent git branches, select one for checkout. See branch commits and diffs, all formatted so fancy
The npm package git-recent receives a total of 4 weekly downloads. As such, git-recent popularity was classified as not popular.
We found that git-recent demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.