I love to build products for people
Delete a local branch:
git branch -d old-branch
Update the local list of remote branches:
git remote update origin --prune
Show all local and remote branches that (local) Git knows about:
git branch -a
Update the remote repo URL:
git remote set-url origin <new_url>