git エイリアスで引数を使う# git エイリアスを作成するで引数を使う [alias] hoge = "!f(){ echo $1;};f"` ## $ git hoge hello ## > hello 参考# Gitのエイリアスで引数を使う gitのaliasコマンドに引数を渡す方法 - Qiita