Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] dropping branching with gerrit

How do I drop remote branches through gerrit? Standard syntax "push
<remote> :<branch>" gives me


Igor-Fedorenkos-MacBook-Pro:sonatype-tycho igor$ git push review :maven-plugin-testing-2.0
To ssh://ifedorenk@xxxxxxxxxxxxxxx:29418/tycho/org.eclipse.tycho.git
 ! [remote rejected] maven-plugin-testing-2.0 (prohibited by Gerrit)
error: failed to push some refs to 'ssh://ifedorenk@xxxxxxxxxxxxxxx:29418/tycho/org.eclipse.tycho.git'


--
Regards,
Igor


Back to the top