Skip to content

Commit

Permalink
[scripts] rm refs/original at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolab committed Jun 24, 2020
1 parent 665d2de commit e6011cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/clean_docs_history
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ git filter-branch -f --tree-filter ' ' HEAD --all
# Clean unreachable objects (not related to a commit)
git reflog expire --expire-unreachable=all --all
git gc --aggressive --prune=now
rm -rf .git/refs/original/

# Show stats
git gc
Expand Down

0 comments on commit e6011cb

Please sign in to comment.