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

Cherry pick from master to branch? #462

Open
jfriesne opened this issue Aug 12, 2016 · 2 comments
Open

Cherry pick from master to branch? #462

jfriesne opened this issue Aug 12, 2016 · 2 comments

Comments

@jfriesne
Copy link

Maybe there's a way in GitX to do this already, and I'm just ignorant of it; if so, I'd be very appreciative of anyone who can tell me the required steps.

What I'd like to do is use GitX to "cherry-pick" one or more commits from the master branch to another branch. (I see that GitX has a way to cherry-pick from another branch to the master branch, but apparently not in the opposite direction?)

Thanks for the great program,
Jeremy Friesner
[email protected]

@muhqu
Copy link

muhqu commented Aug 15, 2016

@jfriesne you can 'cherry-pick' commits to your currently checked out branch. If you like to pick commits from master to another branch, you just need to checkout another branch before picking.

Does that answer you question?

@jfriesne
Copy link
Author

Hi Matthias,

Yes, thank you, that does answer my question :^)

Jeremy

On Aug 15, 2016, at 3:55 AM, Mathias Leppich [email protected] wrote:

@jfriesne https://github.com/jfriesne you can 'cherry-pick' commits to your currently checked out branch. If you like to pick commits from master to another branch, you just need to checkout another branch before picking.

Does that answer you question?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub #462 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/ABVtSMRed13DrjY51xrh3UWlT8_ZjzD1ks5qgEWPgaJpZM4JjYWd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants