Skip to content

Commit 694ba68

Browse files
committed
docs: add quilt refresh tip
1 parent 5bb4e78 commit 694ba68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@ re-apply the patches.
111111
6. Commit the updated submodule and patches to `code-server`.
112112
7. Open a PR.
113113

114+
Tip: if you're certain all patches are applied correctly and you simply need to
115+
refresh, you can use this trick:
116+
117+
```shell
118+
while quilt push; do quilt refresh; done
119+
```
120+
121+
[Source](https://raphaelhertzog.com/2012/08/08/how-to-use-quilt-to-manage-patches-in-debian-packages/)
122+
114123
### Patching Code
115124

116125
0. You can go through the patch stack with `quilt push` and `quilt pop`.

0 commit comments

Comments
 (0)