When trying to make a Sync I get the message:
Can not pull because there are uncommitted changes. Commit or undo your changes before pulling again. See the Output window for details.
When trying to push, I get the message:
You can not push branch master to remote origin because there are new commits in the remote repository's branch. Pushing this branch would result in a non-fast-forward update on the branch in the remote repository.
Correct would be to merge, right? But I get the message:
An error occurred. Detailed message: 1 uncommitted change would be overwritten by merge
Where do I resolve this conflict?
In advance, thank you
Diogenes