Vscode-git-graph: Add checkout to context menu?

Created on 13 Mar 2019  路  4Comments  路  Source: mhutchie/vscode-git-graph

Similarly to #2, I'd often appreciate a git checkout functionality in the context menu.

BTW, I use Git Graph more and more, the UI is so pleasant to use! Great job!

feature request

Most helpful comment

I hadn't thought about this use case, adding Checkout this Commit to the commit context menu definitely sounds really useful.

All 4 comments

Thank you for the feedback!

Branches can already be checked out by right clicking on local or remote branch labels. Are you refering to checking out a specific commit instead of a branches?

Yes, to time-travel along the Git graph when I need to locate a bug or find out something. In that case, I usually jump between merges to master to find out which PR introduced the problem.

I hadn't thought about this use case, adding Checkout this Commit to the commit context menu definitely sounds really useful.

This is now completed, and will be available in 1.4.3.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nickmeinhold picture nickmeinhold  路  5Comments

Gurran picture Gurran  路  4Comments

umairkhan-dev picture umairkhan-dev  路  5Comments

morganlombard picture morganlombard  路  5Comments

SholomAber picture SholomAber  路  3Comments