Stash only unstaged changes with git (not --keep-index)
08:19 15 Mar 2018

First of all, I do know about --keep-index. This is not what I want because it still stashes all changes, but leaves the staged one in the worktree. I would like to only stash the unstaged files, if possible without adding all changes again with git stash --patch.

git