How to push the "develop" branch to the remote "origin"?
You have to manually push your master and develop branches to origin. You're probably getting the "refusing to delete the current branch" because it's the only branch on origin and that always makes it the current branch.