Я отредактировал 2 файла и выполнил операции git.
git add script.html script.js script.css
git commit -m "Updated"
git status
# On branch gh-pages
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: index.html
#
no changes added to commit (use "git add" and/or "git commit -a")
git push origin master
Everything up-to-date
Почему отображается Все актуально , когда я редактировал файлы?Я не вижу изменений, отраженных в github.