git stash

push the changes on top of the stash
git stash

or

git stash push -m “my_stash”

apply the latest stash
git stash apply