Re: User's mailing list? And multiple cherry pick

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>
>> for C in $(git log --reverse <commit1>..<commit2> --pretty=format:%H);
>> do git-cherry-pick $C; done
>>
>> Is there an easier syntax for doing this?
>
> rebase --onto?
>

Thanks, I checked the manuals further, and it looks like this will
(mostly) do what I need.

What's still missing is multiple cherry pick ;-)

In other words, is there a simple way to *copy* a large number of
commits from one branch to another, without rebasing?

David.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux