<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div class="">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div><div class="">Gerben Wierda (<a href="https://www.linkedin.com/in/gerbenwierda" class="">LinkedIn</a>)</div><div class=""><a href="https://ea.rna.nl/" class="">R&A Enterprise Architecture</a> (main site)<br class="">Book: <a href="https://ea.rna.nl/the-book/" class="">Chess and the Art of Enterprise Architecture</a><br class="">Book: <a href="https://ea.rna.nl/the-book-edition-iii/" class="">Mastering ArchiMate</a><br class=""></div></div></div></div></div></div></div></div>
</div>
<div><br class=""><blockquote type="cite" class=""><div class="">On 23 Oct 2021, at 12:13, Henning Hraban Ramm <<a href="mailto:hraban@fiee.net" class="">hraban@fiee.net</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi Gerben!<br class=""><br class=""><blockquote type="cite" class="">Am 23.10.2021 um 11:58 schrieb Gerben Wierda via macports-users <<a href="mailto:macports-users@lists.macports.org" class="">macports-users@lists.macports.org</a>>:<br class=""><br class=""># remotes:<br class="">#   upstream: github/macports/macports-ports is the original <a href="http://macports.org" class="">macports.org</a> repo in github<br class="">#   origin: github/gctwnl/macports-ports is my FORK of github/macports/macports-ports on github<br class=""># local:<br class="">#   ~/MacPortsDev/macports-ports is the local CLONE of github/gctwnl/macports-ports<br class=""><br class="">albus:macports-ports sysbh$ git branch -a<br class="">  dovecot-2.3.16<br class="">* master<br class="">  upstream<br class="">  remotes/origin/HEAD -> origin/master<br class="">  remotes/origin/dovecot-2.3.16<br class="">  remotes/origin/master<br class="">  remotes/origin/multiple-unbounds<br class="">  remotes/upstream/boost_1.72.0_update<br class="">  remotes/upstream/dar<br class="">  remotes/upstream/kencu-py-sphinxcontrib-svg2pdfconverter<br class="">  remotes/upstream/master<br class="">  remotes/upstream/py38-reproject<br class="">  remotes/upstream/wireshark3-3-0-5<br class=""><br class="">But I do not fully understand the remotes/origin ones. Specifically: remotes/origin/multiple-unbounds. I did some work on unbound as well (enabling to run multiple parallel unbound resolvers from launchd) and this has been pulled into the main repository. When that had happened, I deleted my branch. Apparently I forgot to do something because it still shows up in remotes/origin. Why, though? What did I forget to do?<br class=""></blockquote><br class="">Origin is your fork of upstream, and when you deleted your local branch, you apparently didn’t delete the same branch on origin.<br class="">Each repository is independent.<br class=""><br class=""></div></div></blockquote><br class=""></div><div>Yes, I’m reading this now. And I’ve also just read that to explicitly delete the remote branch I need to do</div><div><br class=""></div><div>git push origin -d remote-branch-name</div><div><br class=""></div><div>So, somewhat surprisingly (for me at least) is that to remove an origin branch I need the ‘git push’ command.</div><div><br class=""></div><div>G</div></body></html>