I am getting some issue while deleting remote branch (using git).
I have issued following command:
git push origin :newpdo
remote: Fatal: +refs/heads/newpdo myusername DENIED by fallthru <br>
remote: error: hook declined to update refs/heads/newpdo <br>
[remote rejected] newpdo <hook declined > <br>
error: failed to push some references to 'ssh://myssh path'
However, I am not getting any issues while "git push origin pdo
"
Am I missing something?
Any suggestions?