1
resposta

erro

Após esse comanfo esta dando esse erro PS C:\Users\1963c\Desktop\aulas\3386-git-github-projeto_inicial> git commit -m "projeto inicial" On branch master

Initial commit

Untracked files: (use "git add ..." to include in what will be committed) app.js img/ index.html style.css

nothing added to commit but untracked files present (use "git add" to track) PS C:\Users\1963c\Desktop\aulas\3386-git-github-projeto_inicial>

1 resposta

Oi!

Antes de rodar o comando commit precisa rodar o comando add:

git add .
git commit -m "projeto inicial"