GIT - uncommitted changes

Since updating from Xcode 14 to Xcode 15, I've had to manually select all the changed files. Is there a preference setting or a way to automate this process, like before?

I need to manually click on 'Stage Change' next to the 'M' in the 'Changes' view.

Thank you very much for your heeeeelp!

Replies

When you commit you should see a Stage All button above the field where you write your commit message. You can click that to stage all changes for clicking the commit button. You can also select Stage All Changes from the Integrate menu.

Personally, I much prefer the approach taken by Xcode 14.

  • The only solutions today I have , is to add manually the documents...with I click on the M icon and the option "source control > stage changes in "***"

Add a Comment

I just do a test with these buttons, but after the commit I still end up with the same list and no way to see the modified files after the commit.