On 02/09/09 Rick DeNatale said:

> Just push the branch as in
> 
> git push remote my_branch
> 
> Now you might run into an issue of master (or an ancestor branch of
> your branch) has changed since you created the branch which will cause
> the push to fail with a complaint about not being a "fast-forward",
> you can resolve this usually with a git pull --rebase to rebase your
> branch on the changes to your branches ancestor(s).

Is it not unwise to rebase a branch that you've already pushed to another
repository?

Mike
-- 
Michael P. Soulier <msoul...@digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein

Attachment: signature.asc
Description: Digital signature

Reply via email to