“git adicione tudo, exceto um arquivo” Respostas de código

git adicione tudo, exceto um arquivo

git add -u
git reset -- main/dontcheckmein.txt

where main/dontcheckmein.txt is the unwanted file.
Xenomorph

git add, exceto arquivos

git add --all -- ':!path/to/file1' ':!path/to/file2' ':!path/to/folder1/*'
Abobakr

Respostas semelhantes a “git adicione tudo, exceto um arquivo”

Perguntas semelhantes a “git adicione tudo, exceto um arquivo”

Mais respostas relacionadas para “git adicione tudo, exceto um arquivo” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código