Hi, On Fri, 13 Mar 2009, Peter Krefting wrote: > Imran M Yousuf: > > > Just try - > > git push remote branch :) > > That is what I do. Unfortunately, the times I forged to name the branch, > it pushes my master branch, which is different from the remote's, and I > have to go to the other repository and reset it manually... You can set $ git config remote.<remote>.push invalid-branch-name so that $ git push <remote> will give you an error. Ciao, Dscho -- 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