git bashにコピーして実行してください
git config --global alias.lol "log --graph --pretty=format:'%Cred%h%Creset -%C(bold yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all"
git config --global alias.lof "log --name-status --oneline --graph --decorate --abbrev-commit --all"
git lol
git lof
-
独習 gitに紹介されていたコマンドを改造したものです。