* Rebase difficulty
@ 2011-03-24 17:22 Afzal Mohammed
2011-03-24 20:20 ` Lasse Makholm
0 siblings, 1 reply; 2+ messages in thread
From: Afzal Mohammed @ 2011-03-24 17:22 UTC (permalink / raw)
To: git; +Cc: Afzal Mohammed
Hi,
Is there a way, while in the process of rebasing, to skip multiple patches with single command ?
Current scenario,
"[1] git rebase upstream" has been executed initially, around 500 commits would be present after upstream.
out of this 500, some commits has to be skipped (contiguous at different points) and some has to be applied. After [1], git starts applying, it has to be stopped, skip a few, continue applying a few, skip a few and so on.
Please let me know if there is an easy way of doing it or is there any other command meant for this.
Thanks
Afzal
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Rebase difficulty
2011-03-24 17:22 Rebase difficulty Afzal Mohammed
@ 2011-03-24 20:20 ` Lasse Makholm
0 siblings, 0 replies; 2+ messages in thread
From: Lasse Makholm @ 2011-03-24 20:20 UTC (permalink / raw)
To: Afzal Mohammed; +Cc: git
On 24 March 2011 18:22, Afzal Mohammed <lazfamam@gmail.com> wrote:
> Hi,
>
> Is there a way, while in the process of rebasing, to skip multiple patches with single command ?
>
> Current scenario,
>
> "[1] git rebase upstream" has been executed initially, around 500 commits would be present after upstream.
>
> out of this 500, some commits has to be skipped (contiguous at different points) and some has to be applied. After [1], git starts applying, it has to be stopped, skip a few, continue applying a few, skip a few and so on.
>
> Please let me know if there is an easy way of doing it or is there any other command meant for this.
git rebase -i ?
/Lasse
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-24 20:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 17:22 Rebase difficulty Afzal Mohammed
2011-03-24 20:20 ` Lasse Makholm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).