On Sun, Sep 6, 2009 at 10:05 AM, Michael P. Soulier<msoul...@digitaltorque.ca> wrote: > 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?
Good point -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Twitter: http://twitter.com/RickDeNatale WWR: http://www.workingwithrails.com/person/9021-rick-denatale LinkedIn: http://www.linkedin.com/in/rickdenatale --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/git-users?hl=en -~----------~----~----~----~------~----~------~--~---