Friday, July 5, 2019

version control - Git, Init remote repository

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

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...