“git stash recuperar un archivo” Código de respuesta

git stash recuperar un archivo

# To retrieve a specific file from a previous staash
# any of these alternatives will do
git checkout "stash@{0}" -- my-stashed-file.xyz
git show "stash@{0}":my-stashed-file.xyz  >  my-renamed-stashed-file.xyz
git show "stash@{0}":./path/to/my-stashed-file.xyz > my-renamed-stashed-file.xyz
Muddy Moose

git stash cambia a un archivo particular

git stash push <path>
Fantastic Ferret

Respuestas similares a “git stash recuperar un archivo”

Preguntas similares a “git stash recuperar un archivo”

Más respuestas relacionadas con “git stash recuperar un archivo” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código