In Xcode 4 how do I add a remote GitHub repository to an existing local project?
I think I found the Xcode way to push a existing project to GitHub or any other remote repository! Preconditions I assume that you have a project created by Xcode 4 with a local git repository. You created an empty remote git repository (I call it RemoteRepository in in the following example) Push it to … Read more