1 | git config --global alias.ll "log --pretty='%C(yellow)%h %C(cyan)%cd %Creset%s %Cred<%an>' --date=format:'%y/%m/%d %H:%M' --graph" |
git log example
目录
1 | git config --global alias.ll "log --pretty='%C(yellow)%h %C(cyan)%cd %Creset%s %Cred<%an>' --date=format:'%y/%m/%d %H:%M' --graph" |