git log

git log is a command under Git

  • Normal git log
git log

git log --graph --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%an%C(reset)%C(bold yellow)%d%C(reset) %C(dim white)- %s%C(reset)' --all
  • To see the list of commits that are causing conflict
git log --merge
Edit this page on GitHub