Skip to content

πŸŽ‰ GitShift v1.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Sep 21:36
· 21 commits to main since this release

πŸŽ‰ 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)"' >> ~/.zshrc

Full documentation: README.md

🎯 Built with ❀️ for developers juggling multiple GitHub accounts