git diff 文件差異比較 git diff -w --word-diff-regex=[^[:space:]] -- 文件路徑 比較某個文件和上一次的提交之間的差異,並且忽略格式化引起的空格 git diff ...