There is no way to use git stash here, except apply and pop
1 Answer
It's in the dropdown menu on the commit. Click the dropdown arrow next to "Commit All".
Click either:
"Stash All (--include-untracked)
OR
"Stash All and Keep Staged (--keep-index)
13 Comments
huang
Stash Well hidden.
BigChief
too well hidden
Joseph Wambura
Very hidden, been looking for this for ages.
SvendK
Just for info: If your solution contains projects that each have their own git repository, then there is no dropdown next to the commit button. You have to select only a single repository in the top dropdown menu ontop of the commit message input field inside the Git Changes window, then the dropdown menu on the commit button is visible including the stash menu item.
Max Alexander Hanna
what if i dont want to stash all? i just want to select say one or two files and stash those while keeping the rest of my files intact?
|

