Suppose we have an application that\'s stable.
Tomorrow, someone reports a big ol\' bug that we decide to hotfix right away. So we create a branch for that hotfix off o
If you want to prune local branches that have been removed from origin, you can also prune, while using git fetch
git fetch
git fetch --prune