- Automated versioning with semantic release
- Smart commit messages
- One-click sync (pull + push)
- Repository health checks
- Detailed stats and analytics
# Using Go install
go install github.com/quirxkaan/gitto@latest
# Or download binaries from releases
# Commit with auto-versioning
gitto commit -m "feat: add new feature"
# Sync with remote
gitto sync
# Check repo status
gitto check --verbose
# Show stats
gitto stats --contributors
Create gitto.yaml
in your repo:
versioning:
enabled: true
auto_tag: true
commit:
conventional_commits: true