I'm trying to put a html page in the air, but nothing happens and the error appears in the git terminal:
Everything up-to-date
Follow the commands I used:
cd Desktop/
cd projeto-html/
git init .
git remote add origin https://github.com/GuigaPassos/GuigaPassos.github.io.git
git pull origin master
git add .
git push origin master
After this appears:
Everything up-to-date