I'm a novice and watching the freecodecamp Git tutorial. We are using Visual Studio Code. But in her videos if she makes a change to one of the files, Say "README.md", Visual Studio automatically recognizes that changes were made when she inputs >git status
For some reason I have to go to File -> Save in Visual Studio every time before it realizes changes were made and ready to be committed to Git? Over time this extra step can become a headache.
Does anyone know how I can get it to automatically recognize I am modifying the Git Repo file? Hope this makes sense. Thanks