I want to share files between 2-3 windows pcs using Git. Do I need to set one of the pc’s as the Git Server or is there any other options?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would use the built in Push/Pull methods. So you could have each of the repositories pulling and pushing code from each other.
In windows you can setup the other repositories by doing a “git remote add” and then if you share over normal windows sharing you can “//windowsMachine1/dir1”. It is a bit strange but you will need to use forward slashes.