" ", , git, git stash, git stash pop git stash. :
git init /tmp/trash && cd /tmp/trash
echo A > A
git add A
git commit -m "Initial commit"
echo B > A
git stash
echo C > A
git add A
git commit -m "Another commit"
git stash pop
pop A , , git stash . , , , . , git stash drop , , .
, stash , : , , , . , .