最佳答案
I'm editing some markdown files of a cloned remote repository, and wanted to test creating and applying patches from one branch to another. However, every time I make any change at all, I get the following message during git apply
:
0001-b.patch:16: trailing whitespace.
warning: 1 line adds whitespace errors.
(This is happening on my Mac, and I don't know where the original code was created.)
What does the warning message mean, and do I need to care?