As a newbie git user, when I try to commit my work with
git commit -a -v
and I enter a commit message in my editor, I close the file, and g
The git does not allows commit without message specified. Have you specified the commit message in commit dialog?
Note that the lines starting with # are treated as comment by Git and are not considered as comments and ignored by Git.