Git plugin
Posted: Thu Mar 29, 2012 8:52 pm
I tried to search the forum but it didn't turn out anything I could use.
So, I'm using git on Windows. Tortoisegit, and it works pretty ok. So I thought I give a try to CodeLite's Git plugin. It colors the files fine. Modified to red, tracked to green.
Anyway when I want to diff it returns with an error.
0:47:49: Git: D:\Program Files\Git\bin\git.exe --no-pager diff --no-color \Test\Test.cpp. Repo path: D:\valami
test.cpp is in d:\valami\test\test.cpp
So I think my problem is where to configure what arguments are passed to git and in what directory it's executed.
Any help would be appreciated.
So, I'm using git on Windows. Tortoisegit, and it works pretty ok. So I thought I give a try to CodeLite's Git plugin. It colors the files fine. Modified to red, tracked to green.
Anyway when I want to diff it returns with an error.
0:47:49: Git: D:\Program Files\Git\bin\git.exe --no-pager diff --no-color \Test\Test.cpp. Repo path: D:\valami
test.cpp is in d:\valami\test\test.cpp
So I think my problem is where to configure what arguments are passed to git and in what directory it's executed.
Any help would be appreciated.