|
From: | Stefan Kangas |
Subject: | Re: Patch to add tab bar support to the nextstep port |
Date: | Fri, 15 Oct 2021 14:47:42 +0200 |
Po Lu <luangruo@yahoo.com> writes: > Never mind that, I'm still learning my way around Git. > Here's the correct version of that patch: We commonly just use: git format-patch -1 Then you can just apply the patch with e.g.: git am -3 0001-foo-bar.patch
[Prev in Thread] | Current Thread | [Next in Thread] |