We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb4e78 commit 694ba68Copy full SHA for 694ba68
docs/CONTRIBUTING.md
@@ -111,6 +111,15 @@ re-apply the patches.
111
6. Commit the updated submodule and patches to `code-server`.
112
7. Open a PR.
113
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
123
### Patching Code
124
125
0. You can go through the patch stack with `quilt push` and `quilt pop`.
0 commit comments