Getting Started
Learn how to use Patchworks to keep your templates in sync
Patchworks
Patchworks is a tool that helps you keep your repositories in sync with their template sources. When you clone a template repository, you lose the connection to the original template. If the template author fixes a bug or makes an improvement, there's no easy way to pull those changes into your repository.
Installation
Basic Usage
Create a new project from a template
This will:
- Clone the template repository to your specified directory
- Set up tracking information for future updates
- Create a GitHub Action workflow to check for updates