How to publish a local initilized repository?
From: Michael Quaas <hidden>
Date: 2016-06-15 22:49:55
Hello, I have local repository initialized with git-init. Now I want to share this with others through a repository server. How is the best way to do this? Proberly I can't just push it on the server, can I? Do I have to copy the whole project on the server and then clone it locally? Is it then possible to push and pull from it? Yours Michael