I've accepted the warning that you shouldn't rebase a branch unless it has never been pushed to a shared repository since it can wreak havoc on others who have pulled the branch.
Yehuda Katz just wrote about his git workflow http://yehudakatz.com/2010/05/13/common-git-workflows He advocates using git pull --rebase, rather than letting git pull use the default of merging instead of rebasing. Is this good advice? -- Rick DeNatale Blog: http://talklikeaduck.denhaven2.com/ Github: http://github.com/rubyredrick Twitter: @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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
