Stash

Chester Wyke April 27, 2023 Updated: April 15, 2025 #git

Source: git stash --help

Move to stash

git stash

Apply

Restores most recent without dropping it

git stash apply

Pop

Apply and drop the most recent stash

git stash pop