I and another are developing a PHP application using one test server.
We are editing using netbeans on windows 8 and pushing to linux box.
every once in awhile we are stomping on each others files.
So i would like to do a windiff type comparison to make sure we are in sync.
I am looking for some suggestions and would be best if someone has been successful with this.
one option is to use WinSCP (or maybe Swish), mount the linux box via SFTP and then use windiff.exe to compare?
So does anyone have any better options/ ideas?
So we are using git both locally and have a remote setup. I guess the problem is we are small and only have one devel server. So i am not really looking for procedure help, more on the best way to solve the problem that i have that can not be changed.