On Sun, Aug 05, 2007 at 12:56:49PM +0200, Steffen Prohaska wrote: > beyond my imagination that I could have a local following/automerging > branch that is directly referring to a branch in a remote repo, without > have a remote-tracking branch. > > How could I create such a setup in the first place? > > git branch --track something origin/something > git checkout --track -b something origin/something > > are obvious, but what to say if I don't have origin/something? I believe the --track setup uses the tracking branches to figure out which remote/branch combo to track. To do it without a remote tracking branch, you would have to add the lines to your .git/config manually. -Peff - 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