You can search all my notes here
On the server mkdir repository.git cd repository.git git –bare init On the client git init git add . git commit…