Apply patchs
Hello guys,
I don't know if I being stupid or what, but I only able to apply one patch. It's possible to use more than one? I'm applying like this
curl https://patch-diff.githubusercontent.com/raw/dudik/herbe/pull/25.diff | git apply
What am I doing wrong?
If you're getting conflicts, then you'll have to resolve them manually. Try curl -L "https://github.com/dudik/herbe/pull/25.patch" | git am --reject , then manually solve the conflicts. Once done, run git am --continue otherwise git am --abort to give up.
Using git am instead of git apply has the benefit of preserving the commit author and msg.
I'm really bad at coding. I even forgot about this Issue, could someone help me? I was trying to patch the Xresources, dynamic content, and vertical stacking.