My actual problem is that i have made git repository in my VS2010 project and when ever i want to commit solution then this error happened ” bad config value for ‘color.diff’ ”
i have checked .gitconfig but there is no color.diff value.
I have searched from internet and from Git Source Control Provider too
but could not find out exact solution to my problem.
My actual problem is that i have made git repository in my VS2010 project
Share
I have solved my problem out after trying using Git Bash 🙂
The error was showing because there was no color set for my color.diff value and after setting it to true and giving it to color i solved my problem out.
here is the command for setting color.diff.