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
if you have a subfolder, which was cloned from other git-Repository, first you have to remove the $.git$ file from the child-Repository: rm -rf .git after that you can change to parent folder and use git add -A.
rm -rf .git
git add -A