#!/bin/bash
cd "$(dirname "$0")"
cd ../../../
echo -n "Enter branch name to FORCE-DELETE [ENTER]: "
read name
git branch -m "$name"
bash