Scenario: I have a patch file that applies cleanly to my working files, but I do not want all the changes from the patch.
Usually, I do vim example.patch
, remove unwanted changes and them apply patch -p0 -i example.patch
but at times the patch does not apply cleanly, and I have to start over again.
Is there a patch file editor that allows users to edit and delete part of the patch and still can apply cleanly ?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…