Stash Git Stash git stash # save changes to stash git stash list # view stash list git stash pop {<stash_id>} # apply and remove stash