Hi, I hope this is an appropriate place to discuss this.
At p.163, step 3 says that the command line will enter Vim after the git merge command is executed. That is not my experience:
$ git merge origin/main Merge made by the 'ort' strategy. othercolors.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 othercolors.txt $
I am using a git bash Terminal in VS Code.