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
Do a reset of a branch by using the mouse, right click on a commit and reset to it. It will open a terminal window where it will input the command.
Make the same terminal busy, for example you can show the output of a log file "tail -f "
Try to do another reset.
What gitlens tries to do is it tries to use the same terminal, I can see it inserts the command but nothing happens. It should probably open a new terminal window in such situations. It confused me couple of times.