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