On Wed, Nov 21, 2012 at 10:27 PM, Chad innocentkiller@gmail.com wrote:
`git push origin :refs/tags/mytag`
Should we be able to delete branches too? This does not work for me:
$ git push gerrit :debug remote: Processing changes: refs: 1, done To ssh://Zfilipin@gerrit.wikimedia.org:29418/qa/browsertests ! [remote rejected] debug (can not delete references) error: failed to push some refs to 'ssh:// Zfilipin@gerrit.wikimedia.org:29418/qa/browsertests'
I have pushed to debug branch at gerrit (instead of pushing it to another remote) so I wanted to delete the branch. Am I doing it wrong?
Željko