views:

102

answers:

1

Is it Possible hooked git into XAMPP so it can be managed as part of that software suite.? i try to make my own remote repository

+1  A: 

You do not need a webserver for git. So if you're talking about accessing the files within your git repository over the web, just install your git repository and check it out to a directory beneath your apaches DocumentRoot.

JochenJung