What does “1 line adds whitespace errors” mean when applying a patch?

后端 未结 5 1356
暖寄归人
暖寄归人 2021-01-30 15:49

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 chang

5条回答
  •  不知归路
    2021-01-30 15:57

    It works for me :

    git config apply.whitespace fix
    

    before every commit use :

    git add -up .
    

提交回复
热议问题