Is it possible to set the name of a stash in Visual Studio's Git Changes window instead of standard WIP on <branch name>
?
CodePudding user response:
You can just add 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>
.