Git command plugin to list recently checked-out branches in the current repository.
make prefix=/path/to/install install
Install from Homebrew tap:
brew tap amarshall/formula
brew install git-recent-branches
Install from COPR:
copr enable amarshall/misc
dnf install git-recent-branches
Run via Flake:
nix shell 'github:amarshall/git-recent-branches'
For less-ephemeral usage, the Flake provides an overlay attribute.
cd some-git-repo
git recent-branches --help
28 commits
Hacker News (1)
Ruby
68.5%
Nix
26.5%
Makefile
5.0%
Git command plugin to list recently checked-out branches in the current repository.
make prefix=/path/to/install install
Install from Homebrew tap:
brew tap amarshall/formula
brew install git-recent-branches
Install from COPR:
copr enable amarshall/misc
dnf install git-recent-branches
Run via Flake:
nix shell 'github:amarshall/git-recent-branches'
For less-ephemeral usage, the Flake provides an overlay attribute.
cd some-git-repo
git recent-branches --help
Hacker News (1)
28 commits
Ruby
68.5%
Nix
26.5%
Makefile
5.0%