Metadata-Version: 2.1
Name: diffdewind
Version: 0.2.0
Description-Content-Type: text/markdown
Requires-Dist: requests >=2.26.0
Provides-Extra: dev
Requires-Dist: pytest >=7.1.2 ; extra == 'dev'

# DiffRewind

DiffRewind is a Python tool that restores stacked diffs in a GitLab project, allowing for efficient version control management.

## Installation

1. **Clone the repository:**
   ```bash
   git clone https://github.com/IdanKoblik/DiffRewind.git
   cd DiffRewind
   ```

2. **Install dependencies:**
   ```python
   python3 setup.py
   ```
## Usage

To restore a stacked diff, use the following command:
```bash
python3 src/main.py <path_to_repo>
```
Replace `<path_to_repo>` with the path to your GitLab project.

## Contributing

Feel free to submit issues or pull requests for enhancements!
