Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request?] Is there "cherry" command support? #889

Open
htw128 opened this issue Jan 10, 2025 · 2 comments
Open

[Feature Request?] Is there "cherry" command support? #889

htw128 opened this issue Jan 10, 2025 · 2 comments
Assignees
Labels
suggestion We are still considering whether it is necessary to add this feature

Comments

@htw128
Copy link

htw128 commented Jan 10, 2025

Sometimes, I need to check whether certain commits from another branch are included in the current branch. If not, I need to cherry-pick them into the current branch. The Git command line provides the git cherry command, which allows me to quickly see commits that are shared by both branches, as well as those missing from the current branch, making it easier to proceed with cherry-picking.

May I ask if we currently offer such a feature in the GUI? If not, please consider this post as a feature request. Thank you!

有时我需要查看另一分支的某些提交在当前分支是否包含,如果没有,则需要cherry-pick到当前分支。git命令行提供了cherry命令,可以让我快速查看双方都有,以及当前分支没有的提交,以便后续cherry-pick。请问咱们目前是否提供了这样的gui功能?如果没有,请将此post作为一个feature request,谢谢!

@love-linger love-linger self-assigned this Jan 10, 2025
@love-linger love-linger added the already-done This feature already exists label Jan 10, 2025
@love-linger
Copy link
Collaborator

image

@love-linger love-linger added the question Further information is requested label Jan 10, 2025
@htw128
Copy link
Author

htw128 commented Jan 13, 2025

抱歉我之前的表述可能不太清楚。

git 命令行有一个 git cherry 命令,运行后会给出当前分支和另一分支之间有哪些提交差异,类似下面的效果:
image

我想问的是咱们的sourcegit有类似的功能么?如果没有的话,请作为feature request,谢谢!

@love-linger love-linger added suggestion We are still considering whether it is necessary to add this feature and removed question Further information is requested already-done This feature already exists labels Jan 13, 2025
@love-linger love-linger reopened this Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion We are still considering whether it is necessary to add this feature
Projects
None yet
Development

No branches or pull requests

2 participants