git stash

Temporarily stores all the modified tracked files

Subcommands

NameDescription
pushSave your local modifications to a new stash entry and roll them back to HEAD
showShow the changes recorded in the stash entry as a diff
saveTemporarily stores all the modified tracked files
popRestores the most recently stashed files
listLists all stashed changesets
dropDiscards the most recently stashed changeset
clearRemove all the stash entries
applyLike pop, but do not remove the state from the stash list
branchCreates and checks out a new branch named
createCreates a stash with the message <msg>
storeStore a given stash in the stash ref., updating the staft reflog