Configuring Git to Send Commit Notices
Explains how to set up Git to automatically notify relevant mailing lists or systems when new commits are pushed to the repository.
git config --global hooks.postcommitrecipients "commits@mariadb.org"
git config --global hooks.postcommitbranches "*"Last updated
Was this helpful?

