
quilt
List of commands for quilt:
-
quilt:tldr:1e092 quilt: Import an existing patch from a file.$ quilt import ${filenamename-patch}try on your machineexplain this command
-
quilt:tldr:2d7cb quilt: Apply all the patches in the series file.$ quilt push -atry on your machineexplain this command
-
quilt:tldr:578eb quilt: Create a new patch.$ quilt new ${filename-patch}try on your machineexplain this command
-
quilt:tldr:aed5b quilt: Remove all applied patches.$ quilt pop -atry on your machineexplain this command
-
quilt:tldr:e0796 quilt: After editing the file, refresh the current patch with the changes.$ quilt refreshtry on your machineexplain this command