Login
Remember
Register
Ask a Question
What command should I use to retrieve my files that have been temporarily stashed ?
+1
vote
asked
Jul 26, 2019
in
Git Slack Integration
by
sheetalkhandelwal
What command should I use to retrieve my files that have been temporarily stashed ?
#developer-git
#git
#git-commands
#git-checkout
#git-reset
#git-branch
#what-is-git
#git-pull
git-diff
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 27, 2019
by
Robindeniel
git stash pop – index
...