mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.89k stars 243 forks source link

Checkout for specific files #791

Open AlexeySmolenchuk opened 7 months ago

AlexeySmolenchuk commented 7 months ago

It would be handy to have an option for checkout for specific files from other branches and stashes in Git Graph. Same as: git checkout <other-branch-name> -- <filename> or git checkout stash@{0} -- <filename>

Possibly in the context menu: image