Difference between Git stash pop and Git stash apply

preview_player
Показать описание
Difference between Git stash pop and Git stash apply
git stash
or
git stash save s1
git stash list
git show stash_id
git stash apply stash_id
git stash pop
git stash clear
Рекомендации по теме