I continue to receive these messages when using git – Changes not staged for commit:

  Kiến thức lập trình

I am working on the main branch updating some files but not the ones on the list below, however whenever I run git status I get the message below with the files highlighted in red which suggests there might be an issue somewhere, I would be happy if someone can please explain what is going on and what I can do to resolve the issue/these messages. It continues to come up.

On branch main
Your branch is up to date with 'origin/main'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   repo/source/file1.txt
        modified:   repo/source/file2.txt
        modified:   repo/file3.txt
        modified:   repo/file4.txt
        modified:   repo/file5.txt

LEAVE A COMMENT