DEV Community

Muhammad Iliyas
Muhammad Iliyas

Posted on • Updated on

Git Every Day!

Hi Devs!

I'm starting a daily dose series for git (version control system).


A simple git command or trick or a small article for git terminology per day.

  • Dose :
    • Try out the following command to see the abbreviated log and graph for your git repository.
    • git log --oneline --graph

"What are the special flags do you use with git log command ?"

Top comments (0)