-
Notifications
You must be signed in to change notification settings - Fork 533
git cherry #428
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
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Subject
Implementation of the
git cherry
is missing.A closed PR #97 implementing this command was closed (it was close by stale bot).
Environment
Expected behaviour
master
branch includes the following commits: (A)-(B)-(C), where (A) is root and (C) is HEAD.feature
branch is created from master and includes two newly added commits: master-(D)-(E), where (E) is the HEAD of thefeature
branch.Command cherry(
master
,feature
) should return the two newly added commits (D)-(E).For further details please see https://git-scm.com/docs/git-cherry
Actual behaviour
Not supported yet in the latest release.
The text was updated successfully, but these errors were encountered: