Hi, I'm looking for some help with pushing to remote repositories. I accidentally left out the refspec from my git push command and git pushed all branches that are set up to track the remote repo that I specified. I would like to disable this, and enforce specifying a refspec. Is there a way to do this? e.g. git push alternateorigin should not do anything, but git push alternateorigin mybranch should push just mybranch. -- Justin Johnson -- 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