Save
git stash save "message save"
List
git stash list
Delete stash@{x}
git stash drop stash@{x}
Update