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
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?)
@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.
On Aug 15, 2016, at 3:55 AM, Mathias Leppich [email protected] wrote:
@jfriesnehttps://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.
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]
The text was updated successfully, but these errors were encountered: