## What is Arborist? Surveyor is a cli tool that you can use to manage and delete your local git branches. This is especially useful when you're merge flow deletes the branch on origin, but not your local. ## What's required to use Arborist? Nothing! Just run arborist from within the git repository where you'd like to delete you're local branches. To run arborist, run `arborist-git` ## How do I install Arborist? Currently the only supported method to install arborist is via Cargo. To install run `cargo install arborist-git`