2
respostas

VS code Git

Oi gente, estpu com uma dificuldade com o Git no VScode

quando abro qualquer pasta dentro da IDE, o git automaticamente me manda uma notificação de que tem mais de 5000 "staged changes" na minha máquina. como faço para o Git ignorar todos esses arquivos? (ja tentei usar o .gitignore e não funcionou)

Grato pela atenção

2 respostas

Oi João

Para fazer o unstage de todos os arquivos staged rode o comando no terminal:

git reset

Não funcionou... simplesmente pula linha. e se tento fazer no cmder aparece o seguinte:

λ git reset
fatal: Unable to create 'C:/Users/jpano/.git/index.lock': File exists.

Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.