If there are two Macs, is there a simple way that a Mac can be set up as a Git server, so that both Xcode and push and pull from this server?
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.
If the two Macs have a network connection between them (doesn’t have to be direct, just that they can access each other) you could use git+ssh on one (or both) to get to the repo on the other (or the “server” repo).
From the Git book: 4.4 Git on the Server – Setting Up the Server.
OSX should already have a running SSHd. For security, it might be wise to create a user on the “server” which the users of the two Macs can access.