git stash
Store working dir:
git stash push -m "Descriptive"List previously saved stashes:
git stash listRestore from stash:
git stash pop stash@\{0\}Store working dir:
git stash push -m "Descriptive"List previously saved stashes:
git stash listRestore from stash:
git stash pop stash@\{0\}