In Xcode 5.0.2, I try to pull from a remote and am given the following message:
\"The working copy \'project-name\' has uncommitted changes. Commit or discard the change
Okay, so I fixed my issue.
With Xcode open:
git reset --hard
git status
Restart Xcode and make a commit (Just a comment or something )
Repeat the above steps.
This sorted out my issue for me.