# Whizpopper The thing that accompanies the [BFG](https://rtyley.github.io/bfg-repo-cleaner/). Use it as a sanity check that your protected branches' content is identical bit for bit. ## Build After [setting up rust](https://rustup.rs/), run `cargo build --release` ## Usage ``` ./target/build/release/whizpopper <path to original repo> <path to bfg'ed repo> <comma separated list of branches to check> ```