# xgit
A enhanced Git tool built with Rust.
## Features
- Interactive branch selection and switching
## Development
1. Clone the repository:
```bash
git clone <repo-url>
cd xgit
```
2. Install git hooks (recommended):
```bash
./scripts/install-hooks.sh
```