quilt
Tool to manage a series of patches.
- Import an existing patch from a file:
quilt import {path/to/filename.patch}
quilt new {filename.patch}
- Add a file to the current patch:
quilt add {path/to/file}
- After editing the file, refresh the current patch with the changes:
quilt refresh
- Apply all the patches in the series file:
quilt push -a
- Remove all applied patches:
quilt pop -a
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).