Metadata-Version: 2.4
Name: git-zap
Version: 0.2.0
Summary: Command line tool for quickly creating detached git worktree checkouts.
License: MIT
Requires-Python: >=3.12
Requires-Dist: click>=8.1
Description-Content-Type: text/markdown

# git-zap

git-zap is a command line tool for quickly creating detached git worktree checkouts.

## Usage

```bash
git-zap OWNER/REPO /path/to/worktree
```

This command creates a worktree for the specified repository at the given path,
reusing a global store of repository checkouts.
