“Git restablece un archivo” Código de respuesta

Restablecer el cambio de restablecimiento de git en un archivo

# undo local changes to specific file
git checkout -- file
Old-fashioned Ox

Git restablece un archivo

git checkout HEAD -- my-file.txt
Eranot

Deshacer los cambios sin organizar git

git checkout -- .
Modern Moth

Git descarte cambios escenificados

git reset HEAD
git checkout .
Good Gaur

Respuestas similares a “Git restablece un archivo”

Preguntas similares a “Git restablece un archivo”

Más respuestas relacionadas con “Git restablece un archivo” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código