On Thu, May 16, 2013 at 3:25 AM, Ramkumar Ramachandra
[off-list ref] wrote:
Felipe Contreras wrote:
quoted
So that it becomes possible to override the behavior when the remote
tracked is '.'; if it is, we default back to 'origin'.
What is the problem you're trying to solve? Why do you have
branch.<name>.remote set to '.' in the first place, if you meant
origin? 'git fetch .' currently just updates FETCH_HEAD; while I'm
not sure how that is useful, I still don't understand _why_ you want
to change that behavior.
% git checkout -t -b devel master
--
Felipe Contreras