Vscode: Git: Support cherry-pick

Created on 10 Mar 2017  路  5Comments  路  Source: microsoft/vscode

Ability to use the cherry pick command directly in vscode.
Actually, vscode users still have to cherry pick with the command lines :

git checkout master
git cherry-pick <commit-hash>
feature-request git help wanted insiders-released

Most helpful comment

The visual cherry picker included with IntelliJ IDEA is great and seems to be one of the only things other then the PHP support that I consistently miss in VSCode, otherwise I'm a complete convert.

All 5 comments

The visual cherry picker included with IntelliJ IDEA is great and seems to be one of the only things other then the PHP support that I consistently miss in VSCode, otherwise I'm a complete convert.

In the meantime, I'm using gitk --all, right clicking the commit and selecting cherry-pick to pick into the current branch.

https://stackoverflow.com/questions/9000918/how-to-cherry-pick-interactively

A few of our teams are using IntelliJ and this is the only feature holding them back from switching to VS Code.

Any news on this?

Git History extension can do it. Recommend closing this issue or looking at pulling that extension into the core.

Git history doesn't seem to allow for the -x option. Currently, Git Graph's beta does, just FYI.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mrkiley picture mrkiley  路  3Comments

philipgiuliani picture philipgiuliani  路  3Comments

NikosEfthias picture NikosEfthias  路  3Comments

omidgolparvar picture omidgolparvar  路  3Comments

villiv picture villiv  路  3Comments