Stash Published: 2023-04-27 Updated: 2023-11-08 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