this repo has no description
at main 113 B view raw
1#!/bin/bash 2 3(git branch | egrep 'main|master|latest|development|release' || echo 'master') | awk '{ print $1 }'