git-stash(1) ============ NAME ---- git-stash - Stash the changes in a dirty working directory away SYNOPSIS -------- [synopsis] git stash list [] git stash show [-u | --include-untracked | --only-untracked] [] [] git stash drop [-q | --quiet] [] git stash pop [--index] [-q | --quiet] [] git stash apply [--index] [-q | --quiet] [--label-ours=