Search code examples
gitxcode8

Xcode The Local repository is out of date


When we push the code to the remote server Xcode shows the below warning. Also see the attached screenshot

The Local repository is out of date.

Screenshot

I have no branch or any other working copy.


Solution

  • that warning is because someone else would have pushed to your repo after the last time you pulled from it. you will need to pull from the repo, merge your code and then you will be able to push again