Heya, On Wed, Apr 21, 2010 at 23:13, Aghiles <aghilesk@xxxxxxxxx> wrote: > git checkout -b test When you do this you're telling git "I want a new branch from where I am right now". If you want to be able to pull in a similar way to how master works, use the '--track' option. -- Cheers, Sverre Rabbelier -- 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