macOS
brew install git-freshlocal Homebrew formula metadata
brew
Utility to keep git repos fresh. Version 1.13.0 via Homebrew; verified 2026-06-18.
install
brew install git-freshlocal Homebrew formula metadata
overview
Utility to keep git repos fresh
history
git-fresh is a small Git maintenance command by Ivan Malopinsky for updating a repository's root branch, pruning remotes, stashing changes, and removing stale local or remote branches.
The repository began in August 2015 as a compact shell utility around recurring Git cleanup tasks. Its README describes the default behavior as updating the local root branch from the remote root, stashing changes, and pruning remote branches, with optional flags for stale-branch deletion, rebasing or merging a selected branch, tag cleanup, workspace wiping, and stash clearing.
Reliable public history for git-fresh is thin, but the README documents Homebrew, bpkg, and AUR installation paths, plus manual installation on Linux, macOS, and Windows. That places the tool in the tradition of personal Git subcommands that reached package managers because the workflow was useful enough to share.
Practitioners run `git fresh` when returning to a repository and wanting to synchronize the root branch, prune remote-tracking branches, and optionally clean stale branches or tags. The `.freshignore` file, either in the repository or home directory, lets users protect branch names from cleanup.
The package is niche but practical: it bundles a handful of maintenance commands into one executable and exposes a tiny ignore-file convention. Its significance is local-workstation ergonomics rather than broad ecosystem influence.
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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.freshignore~/.freshignoreexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
git-fresh | cli | global executable |
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.
https://github.com/imsky/git-fresh
install metadata
| Package key | brew:git-fresh |
|---|---|
| Version | 1.13.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/git-fresh |
| Homepage | https://github.com/imsky/git-fresh |
| Repository | https://github.com/imsky/git-fresh |
| Upstream docs | https://github.com/imsky/git-fresh#readme |
| License | MIT |
| Source archive | https://github.com/imsky/git-fresh/archive/refs/tags/v1.13.0.tar.gz |
| Last updated | 2026-06-18T09:25:51+09:00 |
| Pulse | updated |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | git-fresh |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source 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.