.gitconfigのaliasに以下の一文を追加
moo = !apt-get moo
apt-get mooを呼んでるだけだけど、これで
$ git commit -a -m 'add: super_cow.c'
$ git moo
(__)
(oo)
/------\/
/ | ||
* /\---/\
~~ ~~
...."Have you mooed today?"...
$ git pushとか出来る。