**gzy** is a simple CLI tool that makes common Git operations faster and easier.
You can run commands like `add` / `commit` / `branch` / `push` with shorter syntax.
---
```bash
cargo install gzy
gzy add <file>
gzy commit "message"
gzy branch dev
gzy remote https://github.com/user/repo.git
gzy push main
gzy checkout develop