Git : log แสดงประวัติการ commit ของ branch

$ git log

แบบ oneline

$ git log --oneline

แบบ oneline graph

$ git log --oneline --graph