Skip to content

Releases: captainsafia/grove

grove v0.0.2

11 Oct 21:32

Choose a tag to compare

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

grove v0.0.1

29 Sep 02:49

Choose a tag to compare

Grove v0.0.1

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

Installation

go install github.com/captainsafia/grove@latest

Changelog

Features

Bug fixes

Others

Full Changelog: ...v0.0.1

Thanks to all contributors! 🚀