Skip to content

Instantly share code, notes, and snippets.

@buithehoa
Last active November 9, 2021 09:12
Show Gist options
  • Save buithehoa/a84215d4aaecb6f2567295dff02f6270 to your computer and use it in GitHub Desktop.
Save buithehoa/a84215d4aaecb6f2567295dff02f6270 to your computer and use it in GitHub Desktop.
git stash push -u -m "stash_name"
git stash list
git stash apply stash^{/stash_name}
git stash apply stash@{n}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment