在 ~./gitconfig, 我有
[alias]
lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
在 magit, ll
会输出不一样的log格式。
有没有一种方法在magit里增加另外一种组合键,例如lL
来达到上面git lg1
的效果?