From 7412349b3e27e6c03eeb0011abd07507ba55ccd9 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Tue, 23 Jan 2024 23:42:11 +0800 Subject: Avoid using --color-words by default --- git.cheat | 2 -- 1 file changed, 2 deletions(-) diff --git a/git.cheat b/git.cheat index cf50d0b..e690ad0 100644 --- a/git.cheat +++ b/git.cheat @@ -17,14 +17,12 @@ git remote get-url origin # Diff a specific file between commits git diff \ - --color-words \ --ignore-space-change \ .. \ -- # Diff files changed compared to master branch git diff \ - --color-words \ --ignore-space-change \ -- -- cgit v1.2.3