Solucionado (ver solução)
Solucionado
(ver solução)
2
respostas

GIT ADD. NÃO FUNCIONA

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")

2 respostas

RESOLVIDO!

solução!

Olá Carlos! 🙂

Que bom que tenha conseguido resolver a sua questão. Qualquer dúvida é só dizer aqui, estamos sempre à disposição!

Continue os bons estudos! 😉