Git push on localhost with htaccess
- by Rooneyl
I am looking into setting up a remote git repo. To start with I have created it on my Windows machine using xampp following this guide.
All works fine except when I try to add some security, as per step 6 of the guide (for when I migrate it to my main web server). I have added passwords by using passwd and adding htaccess to the htdocs folder.…