asherf/git-blast — explained in plain English
Analysis updated 2026-08-15 · repo last pushed 2019-01-29
Identify and clean up stale Git branches that haven't been touched in months.
See which features are still actively being worked on across your team.
Get a quick sorted overview of branch activity without running multiple Git commands by hand.
| asherf/git-blast | 000madz000/rfid-attendance | 00kaku/gallery-slider-block | |
|---|---|---|---|
| Language | — | TypeScript | JavaScript |
| Last pushed | 2019-01-29 | 2024-07-22 | 2021-05-19 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Install via Homebrew or download the script directly, no external dependencies or configuration needed.
git-blast (a play on "Branch LAST") is a simple command-line tool that shows you all your Git branches sorted by when each one was last updated. Instead of digging through Git's default branch list to figure out which ones are stale or recently active, you get a clean, ordered view with the date, the person who made the last commit, and the commit message. Git is the version control system that tracks changes to code, and branches are how people work on different features or fixes in parallel. Over time, projects accumulate dozens or even hundreds of branches, and it becomes hard to tell which ones are still active and which are effectively abandoned. This tool solves that by sorting branches from most to least recently touched, so you can see at a glance where the recent activity is. This is useful for anyone working on a codebase with multiple branches, developers, project managers, or team leads trying to understand the state of a project. For example, if you're managing a team and want to see which features are still being worked on, or you're doing cleanup and need to identify branches that haven't been touched in months, this tool gives you that information quickly without running several Git commands manually. The tool itself is straightforward. You install it once using Homebrew (a popular package manager for macOS) or by downloading a script directly. After that, you run it from your terminal whenever you want that sorted branch overview. The README doesn't go into detail about advanced configuration or additional features, so it appears to be a focused, single-purpose utility rather than a comprehensive branch management suite.
git-blast is a simple command-line tool that lists all your Git branches sorted by when each was last updated, showing the date, last author, and commit message so you can quickly spot active and stale branches.
Dormant — no commits in 2+ years (last push 2019-01-29).
The README does not mention a license, so the terms of use are unclear.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.