エイリアスを使用するときに完全なコマンドを表示するオプションはありますか?
例:
$ git ci -m "initial commit"
Full command: git commit -m "initial commit"
...
$ git lg
Full command: git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
...
エイリアスは非常に便利ですが、自分のエイリアスが実際に何をしているのかを知りたい/思い出すのが好きです (ほとんどのエイリアスはインターネットからコピーされたものです)