Visual Studio 2022: is it possible to do a git merge without auto commit?

Viewed 2332

In VS 2019, using the "legacy" git experience, when I want to do a merge there is an option "commit changes after merging". I usually de-check it. I can't find this option in VS2022. Is there a way to restore it? Thanks!

1 Answers

You can uncheck "Commit changes after merge by default" from Tools -> Options -> Source Control -> Git Global Settings enter image description here

Related