I'm working on a Git repo for a client and I want to keep my client repos separate from my Apache htdocs folder. I want to work on the repo files here:
C:\Web\Clients\repolocation
And whenever I save a file there, I want the clone to be updated here:
C:\xampp\htdocs\clientrepo
Is this sort of thing possible?
