Terapkan git simpanan terakhir
git stash apply stash@{0}
Difficult Dingo
git stash apply stash@{0}
git stash apply "stash@{n}"
git stash apply n
# n is the number of stashes you want to go back, check 'git stash list' to see what's available