#!/bin/bash (git branch | egrep 'main|master|latest|development|release' || echo 'master') | awk '{ print $1 }'