Что означает «изменен, но не обновлен»? Эти файлы находятся в git, они были изменены, но когда я запускаю «git status», эти изменения появляются в разделе «Изменено, но не обновлено» вместо «Изменения, которые будут приняты».
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: breakouts/views.py
#
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: templates/registration/login.html
# modified: templates/registration/registration.html
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# context_processors.py
# static/#css.css#
Так как они уже были добавлены, почему они не "Изменения совершены"?