Skip to content

Instantly share code, notes, and snippets.

@uelordi01
Created January 8, 2019 11:39
Show Gist options
  • Select an option

  • Save uelordi01/70ce0b2cbdefcf2ec24676bf1857265b to your computer and use it in GitHub Desktop.

Select an option

Save uelordi01/70ce0b2cbdefcf2ec24676bf1857265b to your computer and use it in GitHub Desktop.
this is the unstash command where you can pop your locacl modificiations (example: absolute paths).
# recent stashing:
git stash pop
# specific stash list
git stash apply stash@{1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment