Command Details

$ git stash

Stash changes in the working directory for later use.

Related Commands

  • $ git stash listList all stashes.
  • $ git stash applyApply the latest stash.
  • $ git stash dropRemove the latest stash.