I did a git commit -m \"message\" like this:
git commit -m \"message\"
> git commit -m \"save arezzo files\" # On branch master # Changes not staged for commit: # (u
You could have done a:
git add -u -n
To check which files you modified and are going to be added (dry run: -n option), and then
git add -u
To add just modified files