< MarcoFalke> jeremyrubin: You can avoid that by using https for the clone of upstream bitcoin core
< MarcoFalke> git remote add bitcoin_core_upstream https://github.com/bitcoin/bitcoin.git
< MarcoFalke> git remote remove origin # To remove bitcoin/bitcoin ssh
< MarcoFalke> git remote add origin git@github.com:JeremyRubin/bitcoin.git # To add your own origin
< MarcoFalke> This way it will ask you for your password if you want to push to bitcoin/bitcoin, which is hopefully too long to be able to type it from memory
< MarcoFalke> alternatively maybe with some pre-push hook magic
< jonasschnelli> jeremyrubin: don't you have readonly right?
< jonasschnelli> *rights
< hebasto> jonasschnelli: thanks!
< bitcoin-git> [bitcoin] hebasto closed pull request #17428: p2p: Try to preserve outbound block-relay-only connections during restart (master...20191109-anchors) https://github.com/bitcoin/bitcoin/pull/17428
< bitcoin-git> [bitcoin] backpacker69 opened pull request #18097: Nobrokentransactions (master...nobrokentransactions) https://github.com/bitcoin/bitcoin/pull/18097
< bitcoin-git> [bitcoin] backpacker69 closed pull request #18097: Nobrokentransactions (master...nobrokentransactions) https://github.com/bitcoin/bitcoin/pull/18097
< bitcoin-git> [bitcoin] hebasto reopened pull request #17428: p2p: Try to preserve outbound block-relay-only connections during restart (master...20191109-anchors) https://github.com/bitcoin/bitcoin/pull/17428