When I git commit -a it brings up Vim to do a commit message. 
I've looked here: Using git commit -a with vim and I'm still a bit confused.
When I save and exit it brings me back out to the console and when I do git status it says that I still have work not staged for commit. 
What am I missing?
Also, when doing a commit, either through the Vim window or through git commit -a -m "message" how do I add a comment? 
 
     
     
     
     
    