summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_posts/2009-09-09-removing-sensitive-data.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-09-09-removing-sensitive-data.markdown b/_posts/2009-09-09-removing-sensitive-data.markdown
index b0bf6f1..776b086 100644
--- a/_posts/2009-09-09-removing-sensitive-data.markdown
+++ b/_posts/2009-09-09-removing-sensitive-data.markdown
@@ -62,7 +62,7 @@ This would be a good time to double-check that you've removed everything that yo
To git@github.com:defunkt/github-gem.git
+ 48dc599...051452f master -> master (forced update)
-h3. Cleanup and reclaiming space
+### Cleanup and reclaiming space
While `git filter-branch` rewrites the history for you, the objects will remain in your local repo until they've been dereferenced and garbage collected. If you are working in your main repo you might want to force these objects to be purged.