gitコマンドの拡張

これは知らなかった。

~/local/binにパスが通ってるとして

$ echo 'echo foo!' > ~/local/bin/git-foo
$ chmod +x ~/local/bin/git-foo
$ git foo
foo!

便利かも。