The stash "push" command is really practical, while stash "save" is supposed to be deprecated. However, on magit I can just find stash save... Is there any reason for that? Did I miss something?
Switches -u Also save untracked files (--include-untracked) -a Also save untracked and ignored files (--all) Actions z Save Z Snapshot p Pop i Save index I Snapshot index a Apply w Save worktree W Snapshot worktree l List x Save keeping index r Snapshot to wipref v Show b Branch k Drop f Format patch Thank you.