Skip to content

grove v0.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Oct 21:32
· 6 commits to main since this release

Grove v0.0.2

Grove is a CLI tool for managing Git worktrees. This release includes binaries for Linux, macOS, and Windows.

To install or upgrade Grove, acquire the binary for your platform from the release below then run:

# Extract the archive
tar -xzf grove_<OS>_<ARCH>.tar.gz

# Move the binary to a directory in your PATH
sudo mv grove /usr/local/bin/

# Make it executable (if needed)
chmod +x /usr/local/bin/grove

Changelog

Features

Bug fixes

Performance improvements

Others

Full Changelog: v0.0.1...v0.0.2