On branch master Problem it is committed already nothing to commit (working directory clean) if faced this problem then just only use the following command
git push -u origin master
or
git reset
git add .
git commit -m "your commit message"
git push -u origin master