I have a few Xcode projects on my iMac for which I enabled git when I created the project in Xcode. Now how can I access the repository from another Mac on my local network and make changes that are then recognized by the repository and propagated when I open the project again on the iMac?
|
If you've got You'd want to
This will create a folder "myProject" on The difficulty you will face with this is that the git repository on I haven't done this; you might have issues with Mac-specific XCode project settings. I know they're by default added to the git repository. |
|||||||
|