From ca80e59c603058d0561d0fff828c053a54f6fdd5 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 4 Oct 2016 10:10:26 +0100 Subject: [PATCH] [Git] Add the BFG --- BigBoxOfVCS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/BigBoxOfVCS.md b/BigBoxOfVCS.md index 3410408..fa93c1b 100644 --- a/BigBoxOfVCS.md +++ b/BigBoxOfVCS.md @@ -4,3 +4,4 @@ This box contains a bunch of resources that are related to version control syste ## Git - [First Aid Git](http://ricardofilipe.com/projects/firstaidgit/#/) - Searchable FAQ. Has questions like "How do I do x?" - [git-hub](https://github.com/ingydotnet/git-hub) - Augment your git installation with the `hub` subcommand that lets you interact with the GitHub REST api + - [The BFG](https://rtyley.github.io/bfg-repo-cleaner/) - A fantastic tool to remove things like large files and other secrets from your git commit history. Much faster and simpler to use that `git filter-branch`.