
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.
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