ちなみに

火曜日の空は僕を押しつぶした。

Gitにもスーパー牛さんパワーを与えてみた

.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

とか出来る。