git fetch -p && git for-each-ref --sort=committerdate --format='%(refname:short) * %(authorname) * %(committerdate:relative)' refs/remotes/ | column -t -s '*' | grep "$(git config user.name)"
git branch -d BRANCH_NAME
git push origin --delete BRANCH_NAME