I have this alias.
alias viewtree='git log --graph --pretty=format:"%C(cyan)%h %C(bold blue)%cd %C(blue)%cn %Creset%C(bold magenta)%s %C(green)%d" --date=local --branches'
I have one issue with it, it is not sorted by recently commited. How can I edit this to sort the list in the way "git log" sorts it.