<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-text-plain" wrap="true" style="font-family:
      -moz-fixed; font-size: 12px;" lang="x-western">
      <blockquote type="cite" style="color: #000000;">
        <pre wrap="">Hi Nate, Hi everybody,

On 14/06/18 13:39, Nate Bargmann wrote:
</pre>
        <blockquote type="cite" style="color: #000000;">
          <pre wrap="">* On 2018 13 Jun 16:05 -0500, Matteo Bernardini wrote:
</pre>
          <blockquote type="cite" style="color: #000000;">
            <pre wrap="">git checkout master
git fetch --all
git reset --hard origin/master
</pre>
          </blockquote>
          <pre wrap="">I did those commands and still have the files remaining in my local
tree.
</pre>
        </blockquote>
        <pre wrap="">Sorry about that, we're still working out what are the best commands for
people to use <span class="moz-smiley-s2" title=":("></span>

If your remote 'origin' is your own fork at Github, instead of one of
the SBo repos, then this is probably the quickest and safest way:

</pre>
        <blockquote type="cite" style="color: #000000;">
          <pre wrap="">Do I just
need to do the nuclear option of deleting my GitHub fork and creating a
new fork and then setting up a new clone?
</pre>
        </blockquote>
        <pre wrap=""><span class="moz-smiley-s1" title=":)"></span>

Alternatively, you can add another remote for our repo and fetch it:

git checkout master
git remote add sbo <a class="moz-txt-link-freetext" href="https://git.slackbuilds.org/slackbuilds/">https://git.slackbuilds.org/slackbuilds/</a>
git fetch --all
git fetch --tags sbo
git reset --hard sbo/master
git push -f origin master
git push -f --tags origin master

If you have other branches (like 14.2) you need to delete them too.

Hope this is ok, thanks for the feedback!
-D.
</pre>
      </blockquote>
      <pre wrap="">I did this to my branches to delete the history:

git filter-branch --force --index-filter 'git rm --cached
--ignore-unmatch audio/jack-tools/aeffect*' --prune-empty
--tag-name-filter cat -- --all

It took me a long time since I have 3 different branches, but at the end
it delete completely the history.

I didn't have enough time yesterday to sync with SBo I just delete for
the time the affected SlackBuild.

P.S. Sorry David I just noticed that accidentally reply on you instead of the list.

Regards
Panagiotis

</pre>
    </div>
  </body>
</html>