When I “git push” git now says “Create pull request for …”. Why?
I am making changes to a project in a branch that, so far, is known to no one else but me. However, starting recently, when I git push to this project, I now receive this as part of the response: remote: Create pull request for <<my branch>>: remote: https://bitbucket.org/... I have no idea why Git is giving me this message, which I have never seen before. Even if I delete the remote branch (with " git push origin :<<my branch>> " I now still get this message! (I successfully deleted the branch on the remote, but the message remains) Note: These messages can be disabled now. See Jake's answer