On Mon, May 23, 2011 at 01:36:09PM +0200, Gergely Buday wrote: > Hi there, > > I created > > git branch install_2.0 > > for my install script. Then pushed to > > git push origin install_2.0 > > so that github stores by branch > > after another commit I tried to push again but git told me that I'm > not on that branch. Why git loses the state that I'm on a branch? What > should I do to have my expected behaviour? > > - Gergely I'm not sure if I'm following you correctly, but with Git you need to check out your branch after creating it. Run git checkout install_2.0 after you have created it. Marcus -- 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