You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I got into a git issue which I'll describe below. I thought I'd go back to dashboard and then open my repository again. All my local git branches are gone!! Hence all my local work had gone. Which I hadn't pushed anywhere because git wasn't working.
The git issue arose because I'd deleted the branch from GitHub after completing a pull request. I had forgotten to switch to a new branch in StackBlitz, so after doing my work I tried to commit and push. It not only didn't work, but after that, any attempt to use git via the VS options just led to error messages. It was at this point that I tried the above solution and lost all my work.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Warn people, when the click the back to dashboard button, that it will lose all their local git branches.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I got into a git issue which I'll describe below. I thought I'd go back to dashboard and then open my repository again. All my local git branches are gone!! Hence all my local work had gone. Which I hadn't pushed anywhere because git wasn't working.
The git issue arose because I'd deleted the branch from GitHub after completing a pull request. I had forgotten to switch to a new branch in StackBlitz, so after doing my work I tried to commit and push. It not only didn't work, but after that, any attempt to use git via the VS options just led to error messages. It was at this point that I tried the above solution and lost all my work.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Warn people, when the click the back to dashboard button, that it will lose all their local git branches.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: