(Nerd) Git Diff & Syntax Highlighting Using VIM
Posted on December 6, 2010
I wanted syntax highlight from the command line using VIM and Matthew Turland gave me the following tip.
jared@example.com$ git config color.diff auto |

I wanted syntax highlight from the command line using VIM and Matthew Turland gave me the following tip.
jared@example.com$ git config color.diff auto |
Thank you.
thanks jared, i just searched google for that and applied your solution w/o knowing it was you!
Hah! So awesome!
What do you mean by “using VIM”?
R,
I was implying I was using the VIM text editor to diff my files.
Make it stick …
git config –global color.diff auto
Nice Ed, thanks for the tip mate!
Awesome!!
Very helpful, thanks!
Thanks, That’s Awesome!
[...] This post was mentioned on Twitter by Planet CakePHP, Bend Blogs. Bend Blogs said: acloudtree: (Nerd) Git Diff & Syntax Highlighting Using VIM http://bit.ly/faDnYJ [...]