You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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,谢谢!
The text was updated successfully, but these errors were encountered: