1
When trying to make a sync I get the message:
Cannot 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 cannot 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.
The right thing would be to merge, right? But I get the message:
An error occurred. Detailed message: 1 Uncommitted change would be overwritten by merge
Where I resolve this conflict?
In advance, I thank you
Diogenes