My itch is very simple.

Felipe Contreras wrote:
> % git checkout fc/remote/hg-next
> % git rebase -i # rebase to master

% git pull # I want: pull from origin

> % git checkout fc/remote/hg-notes
> % git rebase -i # rebase to fc/remote/hg-next

% git pull # I want: pull from ram

> % git checkout fc/remote/hg-gitifyhg-compat
> % git rebase -i # rebase to fc/remote/hg-notes

% git pull # I want: pull from felipe

With your series, rebase works and I like that.  But, by specifying
branch.<name>.remote as '.', I've essentially lost a way to specify a
remote I want.  Why can't I have both?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to