Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save WagnerMoreira/d2660dde8bd6d126a504fca5da1a5747 to your computer and use it in GitHub Desktop.
Save WagnerMoreira/d2660dde8bd6d126a504fca5da1a5747 to your computer and use it in GitHub Desktop.
Could not restore untracked files from stash

How to fix 'Could not restore untracked files from stash' issue

Convert a stash to a temporary branch

git stash branch STASHTEMPBRANCH

Apply your stash

git stash apply

Delete untracked files & stash remaining files

git stash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment