<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 5/17/21 2:24 PM, Jeanette C. wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:alpine.LNX.2.21.9999.2105172319540.299598@britney.spears.net">Stranglely,
      when I tried I wasn't on the master branch, so I had to do
      <br>
      cd wavetral
      <br>
      git checkout master
      <br>
      git pull
      <br>
      Maybe it's just my git setup.
    </blockquote>
    <p><br>
    </p>
    <p>You have both 'main' and 'master' branches.</p>
    <p>You need to delete the 'main' branch locally:</p>
    <pre><code>$ git branch -D main

Then push the deletion up. Not sure if just this command would do it:

$ git push origin

or  maybe you need:

</code><code>$ git push origin</code> +main


Yuri
<code></code></pre>
  </body>
</html>