I made a home server where i'm using Git on a website I'm doing. I created a git on that home server, but I'm editing the files from another computer remotely connecting to it, and using an IDE(Eclipse+Egit) I'm using it. but its kinda slow.
So is there a way to get my repository on my own system, but the actual working directory to the server?
Currently my server git is on
Z:/sites/my_site/.git
I want my git to be on:
C:/git/my_site/.git
but still work on the
Z:/sites/my_site/
files, and my local git seeing that.
I hope its clear what i am asking...
EDIT: The website is PHP based. and i dont WANT to install PHP on my computer, so i can test the code, thats the server's job. i created that server for testing. Ths why i wantto do it this way.