π GitShift v1.0.2
π GitShift Release v1.0.2
Automated release created after successful CI/CD pipeline β
π¦ Downloads
Choose the appropriate binary for your platform:
| Platform | Architecture | Download |
|---|---|---|
| Linux | AMD64 | gitshift-linux-amd64 |
| Linux | ARM64 | gitshift-linux-arm64 |
| macOS | Intel | gitshift-darwin-amd64 |
| macOS | Apple Silicon | gitshift-darwin-arm64 |
| Windows | AMD64 | gitshift-windows-amd64.exe |
π Quick Installation
# Linux/macOS (replace with your platform)
curl -L -o gitshift https://github.com/techishthoughts-org/gitshift/releases/download/v1.0.2/gitshift-linux-amd64
chmod +x gitshift
sudo mv gitshift /usr/local/bin/
# Verify installation
gitshift --version
gitshift --helpπ What's Changed
- Update release name format (189f36b)
- ci: enhance CI/CD pipeline with multi-platform builds and automated releases (c8f44ab)
- refactor: simplify CI workflow by removing caching and static analysis steps (856c60e)
π Security
- Checksums: Verify download integrity using
checksums.txt - Ed25519 Keys: Quantum-resistant SSH key generation
- 2025 Security Standards: Following latest best practices
π Quick Start
# Add your GitHub account automatically
gitshift add-github YOUR_USERNAME --email your@example.com
# Switch accounts instantly
gitshift switch work
gitshift switch personal
# Enable shell integration
echo 'eval "$(gitshift init)"' >> ~/.zshrcFull documentation: README.md
π― Built with β€οΈ for developers juggling multiple GitHub accounts