Visual Studio Code – How to make a simple commit into merge commit?
I did the whole thing in VSCode version control. I have two branches, a main and b1 branch. b1 branch came from main branch. After doing some commits on b1, I merged it back into main, but main already got…