These files are not necessarily version controlled.
I’m using Git and Git GUI on Windows XP.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes,
git diffworks on two unversioned paths, both files and directories (recursive diff). I don’t think you can do this from the GUI; you’ll need to use the command line.If you want GUI, I suggest installing KDiff3 instead. It can also be used by Git as a merge tool than if you set
diff.tool = kdiff3,diff.guitool = kdiff3anddifftool.kdiff3.path =path-to-kdiff3.exe