Junio C Hamano wrote: > Pavel Roskin <proski@xxxxxxx> writes: > >> For example, I clone the git repository anew, and I try to update it by >> git-fetch a few days later. I get an error: >> >> * refs/remotes/origin/pu: not updating to non-fast forward branch 'pu' >> of git://www.kernel.org/pub/scm/git/git > > Perhaps you would want something like this? > > if you are using separate remote layout: > > [remote "origin"] > fetch = +refs/heads/pu:refs/remotes/origin/pu > fetch = refs/heads/*:refs/remotes/origin/* By the way, does the ordering matter here, i.e. does it matter if 'pu' fetch line is before or after wildcards line? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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