Insiro o comando git add . e logo em seguida dou um git status e a mensagem apresentada é :
$ git status On branch main Your branch is up to date with 'origin/main'.
Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) (commit or discard the untracked or modified content in submodules) modified: frontend (modified content, untracked content)
no changes added to commit (use "git add" and/or "git commit -a")
Esse erro aconteceu logo após eu abrir meu projeto no visual studio code, e quando dou um commit:
$ git commit -m "project clean"
On branch main Your branch is up to date with 'origin/main'.
Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) (commit or discard the untracked or modified content in submodules) modified: frontend (modified content, untracked content)
no changes added to commit (use "git add" and/or "git commit -a")