“Git Stash recuperar um arquivo” Respostas de código

Git Stash recuperar um arquivo

# 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 muda para um arquivo específico

git stash push <path>
Fantastic Ferret

Respostas semelhantes a “Git Stash recuperar um arquivo”

Perguntas semelhantes a “Git Stash recuperar um arquivo”

Mais respostas relacionadas para “Git Stash recuperar um arquivo” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código