Diego Betto's Blog
Git log - A dog

January 17, 2024 · 1 min di lettura

Git log with graph and decorations

A mnemonic trick to remember the parameters of git log --all --decorate --oneline --graph: think of the phrase A Dog.

Condividi:XLinkedInFacebookWhatsApp

How do you remember the list of parameters to add to the git command to display the graph with all the information from the terminal?

Just remember A Dog.

That is: “A Dog” = git log –all –decorate –oneline –graph

Condividi:XLinkedInFacebookWhatsApp