Estou com um problema no mínimo irritante que me fez parar meu projeto, pois não consigo comitalo. O que acontece foi que criei uma nova branch chamada graficos. Usei o comando git add . porém ao checar com git status os arquivos NÃO FORAM ADICIONADOS. O sistema acusa erro de untracked content (conteúdo não rastrável). MAS PORQUE?!
Como tornar rastreável??? ALGUÉM ME AJUDA!
$ git status
On branch graficos
Your branch is up to date with 'origin/graficos'.
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)
(commit or discard the untracked or modified content in submodules)
modified: projeto-sistema-pcp (modified content, untracked content)
no changes added to commit (use "git add" and/or "git commit -a")