uelordi01
1/8/2019 - 11:39 AM

git_unshtash

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}