Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I git stash with Visual Studio Tools for Git v0.8.5.1

I am comfortable with the command line, but I'd like to know if it's possible (and if so, how) to do a git stash using Visual Studio Tools for Git.

like image 664
billb Avatar asked May 04 '13 18:05

billb


2 Answers

Reading through the Q&A for the Visual Studio Tools for Git they responded that it is currently not implemented.

Visual Studio Tools For Git Q&A

like image 106
Ryan Daniels Avatar answered Sep 27 '22 19:09

Ryan Daniels


The git stash feature is announced to be implemented in Visual Studio 2019. Finally.

like image 32
Andrey Andreev Avatar answered Sep 27 '22 21:09

Andrey Andreev