SyntaxFix
Write A Post
Hire A Developer
Questions
You should type into the command line
git add --all
This will commit all untracked files
Edit:
After staging your files they are ready for commit so your next command should be
git commit -am "Your commit message"