ブランチ
$ ブランチを#{display}
% git branch
$ 「(#{params})」というブランチを作成する
% git branch #{$1}
$ 「(#{params})」というブランチを#{delete}
% git branch -d #{$1}