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
xCode is really-really crappy. Everytime you just look at files, a file called UserInterfaceState.xcuserstate is changed. You don't see it in the overview of xCode itself, through the command line you can.
Quick fix:
git add .
git commit -m "Commit"
git push origin master