Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio rename stash

Is it possible to set the name of a stash in Visual Studio's Git Changes window instead of standard WIP on <branch name>?

like image 228
fat Avatar asked May 08 '26 20:05

fat


1 Answers

You can add a commit message when you create the stash - then you will see this as a description for your stash instead of the default wip on <branchname>.

like image 182
topsail Avatar answered May 11 '26 16:05

topsail