“Aplicar el último stash git” Código de respuesta

Aplicar el último stash git

git stash apply stash@{0}
Difficult Dingo

git aplicar al escondite anterior

git stash apply "stash@{n}"
Worrisome Wasp

Git Stash Aplicar anterior

git stash apply n
# n is the number of stashes you want to go back, check 'git stash list' to see what's available
Defiant Dragonfly

Respuestas similares a “Aplicar el último stash git”

Preguntas similares a “Aplicar el último stash git”

Más respuestas relacionadas con “Aplicar el último stash git” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código