Upload Local Repository to Remote Nginx Git Server with Simple HTTP

This is a little memo about uploading local repository codes to remote git server. First of all you will need to install git on both local PC and remote nginx server. Here will just assume you already have git installed and have local repository with source code already working on. Now let’s initialize the remote[…]