I'm using Visual Studio 2017's Team Explorer to work with a git
repository.
Every time I'm uses the git stash
or git stash pop
, I need to open the Git Bash console and navigate to my project folder and run the commands.
Is there any way to stash within Visual Studio (2017)?
In VS2019 (not in VS2017 or before) in the Team Explorer window, you can select "Changes". Right next to the "Commit" button, there is a "Stash"...