I don't know why, but I can't commit and push this new file I added.
$ git st
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: css/clearfix.css
#
$ git push origin master
Everything up-to-date
$ git pull
Already up-to-date.