vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

Reflog command

Open igorcafe opened this issue 3 years ago • 1 comments

So, I searched a lot and it seems GitLens doesn't support git reflog command yet. I think a UI similar to Source Control -> Commits would work well.

Bonus: Being able to undo changes and move through reflog history by right clicking and choosing an option like 'reset' or 'switch to ref'.

igorcafe avatar Feb 09 '22 14:02 igorcafe

Reflog is a often used command, but gitlen doesn't provide any suppot to it.

Maybe one way is providing an option to show commits from git reflog in commits panel. like git graph:

image

tjx666 avatar Aug 23 '22 03:08 tjx666