Hi,
On Fri, 13 Mar 2009, Peter Krefting wrote:
Imran M Yousuf:
quoted
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