we are changing our VCS from Subversion to Git. Server is installed and running so far now to get things done right: If I create a local repo on my machine and want to push/clone this to a remote repository (a central server - in this case) - I have to do a git --bare init project.git on the remote server, is this right? Is there a possibility to create the remote repo without to logging into the central machine in this case?
No comments:
Post a Comment