DEV Community

Discussion on: I love git log

Collapse
 
adityavarma1234 profile image
Aditya Varma

There seems to be a typo in the last command for

git log --online --graph --color

it should be

git log --oneline --graph --color

Collapse
 
drews256 profile image
Andrew Stuntz

Yes! My bad. I'll fix it when I get a chance.