Command to manipulate stashes. For those commands where you would need to pick a commit it will open a panel to pick which stash to action on.
Create a stash.
Create a stash including untracked files.
Create a stash from staged changes only. This works by creating a stash of only unstages files. Then creating a stash of all files and pop the first stash(or something in these lines).
Show a stash
Apply a stash
Pop a stash
Discard a stash