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
egrep -q '(refs|closes|fixes) +#[0-9]+' $1 || { echo "Commit message should begin with one of: refs, closes, fixes and a ticket/issue id." >/dev/stderr && exit 0; }