On Nov 12, 2010, at 12:55 PM, Martin von Zweigbergk wrote: > With 'git pull --rebase', the user can configure the upstream repository > to fetch from and reference to rebase against if none is specified on > the command line. > > However, if, instead of 'git pull --rebase', the user were to do 'git > fetch' followed by 'git rebase', the upstream branch would need to be > specified on the command line. This patch teaches 'git rebase' to > default to the same configured upstream ref as 'git pull --rebase' > uses. What happens if one were to do `git fetch origin some_other_branch` followed by `git rebase`? -Kevin Ballard -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html