The objective is to commit a git branch. The output of \"git status\" for the branch is:
On branch zeromq_new Your branch is up to date with
I have closed the editor (Visual Studio) and I typed the usual commands:
git add .
git commit -m "Comment text"
git push -u origin master
This worked for me.