Since updating to Xcode 11, cannot discard all Git changes

Choosing "Discard all changes..." from the Source Control menu has no effect, although I am still able to open Commit dialog, then discard changes individually. Anyone know if this is a bug or if I should be doing something different?

Replies

I'm running into this same issue.

Xcode's support for version control systems has always been weak. If you find that certain operations are reliable, then use them. Avoid the ones that are unreliable. But in all cases, double check on the command line.

Thank you. The command line method will be the workaround 🙂 until somebody at Apple fixes this.