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)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…