I'm working on a project with a few different branches and I began using Git in VS Code to make things easier and remain in my text editor (I know I can bring in a command line in VS Code but I'm a visual person and prefer the extension).
For the first time today it was time to merge a branch I call "features" into my master. I use the command "Git: merge branch". It does a quick load and then nothing else happens. I switch branches and nothing has merged. I have read through the VS Code documentation and there is nothing on this as well as searched through different threads here but I can't find anything that relates to this. Does anyone know how to fix this? Or am I missing something super basic??

git checkout masterthengit merge feature