-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

quilt


> Tool to manage a series of patches.

More information.


Import an existing patch from a file:

quilt import {path/to/filename.patch}

Create a new 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).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 16:01:20 2024