Hi Ian,

Ian Jackson <[EMAIL PROTECTED]> wrote:
> 24 Oct 2007 - Raphael Hertzog asks me to `git-rebase', edit the email
>               address in my git commit logs, and so forth, allegedly
>               in order to make my changes easier to review.  At the
>               time I was reliably informed by git experts that
>               published branches should not be rebased.  As a rather
>               more experienced git user it seems clear to me now that
>               I was right to resist.

There's no problem starting a new branch and rebasing this.

% git branch trigger-new trigger
% git rebase master trigger-new

Bye, Jörg.
-- 
Ein Optimist ist in der Regel ein Zeitgenosse, der ungenuegend informiert ist.
                                                           (John B. Priestley)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to