Display latest commits with Git Graph
A stylish way to showcase the latest commits from a repository.
Display latest commits with git graph
1git log --graph --oneline --all --decorate --topo-order --pretty=format:'%C(cyan)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(magenta)<%an>%Creset' --abbrev-commit --date=relative -n 20