git stash save [message]

Temporarily stores all the modified tracked files

Arguments

NameDescription
message

Options

NameDescription
-p, --patchInteractively select hunks from the diff between HEAD and the working tree to be stashed
-k, --keep-indexAll changed already added to the index are left intact
-u, --include-untrackedAll untracked files are also stashed and then cleaned up
-a, --allAll ignored and untracked files are also stashed
-q, --quietQuiet, suppress feedback messages