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/groveChangelog
Features
- 9361ba9: feat: add init command (@captainsafia)
Bug fixes
- 7f6aab7: fix: fix list of bare clone format (@captainsafia)
Performance improvements
- 78cce9a: perf: use git status for list command (@captainsafia)
Others
- 71aad98: chore: update goreleaser config (@captainsafia)
- a145958: doc: update readme and release docs (@captainsafia)
Full Changelog: v0.0.1...v0.0.2