I can't find the Stashes (nor REMOTES, BRANCHES, FILE HISTORY) menu in the Source Control (the one you open up with Ctrl-Shift-U) tool bar.
This is how my Visual Studio Code looks like:
And this is a picture I found on the web with the menu options I'd like to restore:
I couldn't find an option to restore these menu options.
it seems like somehow GitLens, instead of replacing the Source Control panel, add his own:







stashall together and instead temporary check in code as proper commits instead. Assuming an aliascifor commit thengit stash push=git ci -am ci" andgit stash pop` =git reset HEAD^ # when on the branch where the ci commit was made. Your life will be so much better if everything is just ordinary commits. torek also recommends not usingstashand I am quite sure I've seen VonC do as well, but I did not find a reference now.