gitHistoryVSCode icon indicating copy to clipboard operation
gitHistoryVSCode copied to clipboard

Controls not responsive after branch delete

Open devvcat opened this issue 4 years ago • 0 comments

From master create new branch git checkout -b test

Open Git History (git log)

Switch to master and delete branch test git checkout master git branch -d test

In Git History (git log) window, click Refresh or Next button. In the OUTPUT you will see fatal: bad revision 'test' and buttons are disabled.

image

v0.6.14

devvcat avatar Jan 20 '21 07:01 devvcat