Metadata-Version: 2.1
Name: diffrewind
Version: 0.3.1
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
   pip3 install -r requirements.txt
   ```
## Usage

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

## Star History

<a href="https://star-history.com/#IdanKoblik/DiffRewind&Date">
 <picture>
   <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=IdanKoblik/DiffRewind&type=Date&theme=dark" />
   <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=IdanKoblik/DiffRewind&type=Date" />
   <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=IdanKoblik/DiffRewind&type=Date" />
 </picture>
</a>

## Contributing

Feel free to submit issues or pull requests for enhancements!
