If I run git diff I get this
diff --git a/README b/README
index 8d78ee4..67451cd 100644
--- a/README
+++ b/README
@@ -1,3 +1,3 @@
dog
-cat
+fox
bird
However I only want this
-cat
+fox
I ended up using this
git diff --color | awk '/^\033\[3[12]m/'