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
It works for me :
git config apply.whitespace fix
before every commit use :
git add -up .