Setting up the alias through command line
$ git config --global alias.vlog '!git log --pretty=format:"%s from %an" -1 | say &'
Or in your .gitconfig
[alias]
vlog = !git log --pretty=format:\"%s from %an\" -1 | say &
The blog post releated : Get your Mac To Speak To You With The Commit Message