I am new to using git, and when I use the diff command to see the changes I git something a little different on my screen....
ESC[1mdiff --git a/first_file.txt b/first_file.txtESC[m
ESC[1mindex f49d459..3748de6 100644ESC[m
ESC[1m--- a/first_file.txtESC[m
ESC[1m+++ b/first_file.txtESC[m
ESC[36m@@ -1 +1,2 @@ESC[m
ESC[31m-This is the first fileESC[m
ESC[32m+ESC[mESC[32mThis is the first file added to my projectESC[m
ESC[41m+ESC[m
I am not sure what the "ESC" and the numbers like "1m, 36m" is supposed to mean... Does anyone might know why this is showing?
Any help would be really appreciated!