# Install git-fresh with Homebrew

Utility to keep git repos fresh. Version 1.13.0 via Homebrew; verified 2026-06-18.

## Install

```sh
sudo av install brew:git-fresh
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install git-fresh
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:git-fresh
- **Package manager:** Homebrew
- **Version:** 1.13.0
- **Source summary:** Utility to keep git repos fresh
- **Homepage:** <https://github.com/imsky/git-fresh>
- **Repository:** <https://github.com/imsky/git-fresh>
- **Last updated:** 2026-06-18T09:25:51+09:00
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- git-fresh (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 1.13.0
## Project history and usage

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.

### Project history

The project is distributed as a shell-based Git helper. Its README describes the default workflow as updating the local root branch from the remote root, stashing changes, and pruning remote branches, with flags for stale-branch deletion, rebasing or merging, tag cleanup, workspace wiping, and stash clearing.

### Adoption history

The README documents manual installation on Linux, macOS, and Windows, plus package-manager paths through Homebrew, bpkg, and the Arch User Repository. Homebrew's formula lists git-fresh in homebrew/core with stable version 1.13.0, which reflects modest but real package-manager adoption.

### How it is used

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.

### Why package nerds care

The package is niche but practical: it bundles a handful of recurring Git maintenance commands into one executable and exposes a tiny ignore-file convention. Its significance is local-workstation ergonomics rather than broad ecosystem influence.

### Timeline

- 1.13.0: Homebrew packages git-fresh as the current stable release.
- README era: Homebrew, bpkg, and AUR installation paths are documented upstream.

### Related projects

- git-fresh is related to Git's fetch, pull, prune, stash, rebase, branch deletion, and tag cleanup commands.

### Sources

- <https://formulae.brew.sh/formula/git-fresh>
- <https://github.com/imsky/git-fresh#readme>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## Configuration and credential file locations

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.


## Configuration files

- Unix: .freshignore, ~/.freshignore

## Combined YAML source

View the package source record on GitHub. [combined/git-fresh.yml](https://github.com/mxcl/pkgdb/blob/main/combined/git-fresh.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
