Git: Different Working Directory and Repository location
问题 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