🛠️ Gitzy CLI Installation Guide
Gitzy is a cross-platform CLI tool for switching between multiple Git credentials easily. This guide will help you download and install the latest release on Windows, Linux, or macOS.
📥 Step 1: Visit the GitHub Releases Page
- Go to the Gitzy GitHub Releases page.
- Find the latest release at the top of the page.
- Download the appropriate ZIP file for your OS and architecture:
| Platform | File to Download |
|---|---|
| Windows | gitzy-windows-amd64.zip |
| Linux | gitzy-linux-amd64.zip |
| macOS | gitzy-darwin-amd64.zip |
🪟 Windows Installation
- Download & Extract:
- Download
gitzy-windows-amd64.zipfrom the Releases page. -
Right-click the ZIP file and choose Extract All.
-
Run the Installer:
- Inside the extracted folder, double-click
install_windows.bat. -
This will copy
gitzy.exeto a directory in your systemPATH. -
Verify Installation: Open Command Prompt and run:
cmd gitzy --help
🐧 Linux Installation
✅ Manual Installation
-
Download & Extract
bash wget https://github.com/yourusername/gitzy/releases/latest/download/gitzy-linux-amd64.zip unzip gitzy-linux-amd64.zip -d gitzy cd gitzy -
Run the installer
bash chmod +x install_linux.sh ./install_linux.sh -
Verify installation
bash gitzy --help