#!/usr/bin/env bash cd /tmp/demo echo '$ git switch master' git switch master echo '$ git branch -d test' git branch -d test