xgit 0.1.0

A enhanced AI-powered Git tool
# 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
   ```