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
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.
精彩评论