Home > Enterprise >  Visual Studio rename stash
Visual Studio rename stash

Time:07-03

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>.

  • Related