You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error_msg="Aborting commit. Your commit message must match the format [week-<week_number>-<topic>] <problem_number1>, <problem_number2>, or [week-<week_number>] <problem_number1>, <problem_number2>."
commit_msg=$(cat "$1")
if ! echo "$commit_msg" | grep -Eq "$commit_msg_regex"; then