Files
30-seconds-of-code/snippets/apply-stash.md
2021-04-13 19:45:31 +03:00

249 B

title, tags
title tags
Apply a stash repository,stash,intermediate

Applies a specific stash.

  • Use git stash apply <stash> to apply the given <stash>.
git stash apply <stash>
git stash apply stash@{1} # Applies `stash@{1}`