#!/usr/bin/env bash
LC_ALL=C
local_branch=""
valid_branch_regex="^(gitauto|dependabot|feature|fix|docs|style|refactor|perf|hotfix|test|chore|create)\/[a-zA-Z0-9.#_-]+$"
message="There is something wrong with your branch name. Branch names in this project must adhere to this contract: . Your commit will be rejected. You should rename your branch to a valid name and try again."
if
then
fi