Xcode GitHub Tutorial : GUI Integration

This IOS Tutorial shows how to integrate Xcode and GitHub so that your local respository .git projects are added to the remote GitHub repository. Create an account on GitHub and create a new empty repository. Download and install Git for appropriate platform Copy the URL of that empty repository. Open Xcode, and open your project, configure your master branch to add a new remote where you add the copied URL. Once done, Go to Source Control and hit commit and push to remote repository at the bottom left and
Back to Top