Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #246

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ <h1>an alternative to git-filter-branch</h1>
</ul>

<h1 id="usage">Usage</h1>
<p>First clone a fresh copy of your repo, using the <a href="http://stackoverflow.com/q/3959924/438886"><code>--mirror</code></a> flag:</p>
<p>First, prior to using BFG to remove content, be sure that the target material has been removed in your latest commit. By default, BFG edits commits prior to your git HEAD in order to preserve the state of your current project.</p>
<p>Second clone a fresh copy of your repo, using the <a href="http://stackoverflow.com/q/3959924/438886"><code>--mirror</code></a> flag:</p>
<pre><code>$ git clone --mirror git://example.com/some-big-repo.git
</code></pre>
<p>This is a <a href="http://git-scm.com/docs/gitglossary.html#def_bare_repository">bare</a>
Expand Down