Skip to content

Commit 7b7b004

Browse files
authored
Merge pull request #27 from unixorn/add-link-to-history-cleanup-article
Add link to Steve Lorek's article on large file removal
2 parents eec5fe8 + b6f5e20 commit 7b7b004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ If you aren't using any zsh frameworks, or if you're a bash user, do the followi
9797

9898
* And when you manage to get your git working directory in a sad state, you can run into the chicken-egg problem where if you just knew what command to man, you could dig yourself out of the hole, but if you knew that, you wouldn't be in the bad place anyway. [Oh Shit, Git!](http://ohshitgit.com/) has a collection of bad situations explained in plain English and how to get yourself out of them.
9999

100+
* Steve Lorek has a blog post explaining [how to shrink a repository](http://stevelorek.com/how-to-shrink-a-git-repository.html).
101+
100102
### External Git Utilities
101103

102104
* [bfg repo-cleaner](https://rtyley.github.io/bfg-repo-cleaner/) - Removes large or troublesome blobs like git-filter-branch does, but faster.

0 commit comments

Comments
 (0)