I thought if you want to track the files you should git add [files you want to track]
git add [files you want to track]
I don\'t know why I got the messages Changes not staged for com
Changes not staged for com
Try following int git bash
1.git add -u :/
git add -u :/
2.git commit -m "your commit message"
git commit -m "your commit message"
git push -u origin master
Note:if you have not initialized your repo.
First of all
git init
and follow above mentioned steps in order. This worked for me