Simple git setup and remote transfer

First we want to initialize a new repository on our local machine and then commit the source.

After that we create a so called bare repository to be able to copy it to our server.

Let’s make a…