“git agregue todo excepto un archivo” Código de respuesta

git agregue todo excepto un archivo

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

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

git agregar excepto archivos

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

Respuestas similares a “git agregue todo excepto un archivo”

Preguntas similares a “git agregue todo excepto un archivo”

Más respuestas relacionadas con “git agregue todo excepto un archivo” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código