git stash
Temporarily shelve changes
BasicSyntax
git stash [push|pop|list|drop]
Examples
git stash— stashgit stash pop— stash popgit stash list— stash listgit stash drop— stash drop
Common flags & options
- •push Stash (default)
- •pop Apply and remove
- •list List stashes
- •drop Remove stash