Paircast creates a new branch for every recording. This might get messy if you create lots of recordings.
You can delete all Paircast branches with a single terminal command:
Warning! This deletes code from your local version control! Make sure you have pushed all relevant Paircast branches.
git branch --list 'app.paircast.io/*' | xargs -r git branch -D