标签: git bash removing-whitespace
我想从修改文件中删除尾随空格。
但是,这与this或this不同,因为我想在没有提交的情况下随时执行此操作。
例如,
git diff
git commit
但是我不想从我没有修改的行中删除尾随空格,所以this也不适用于我。