To see commits visually better, add this command to your git config:
git config --global alias.lg "log --graph --oneline --all --decorate"So you can use git lg to see a better git log.
git
Git Softwares
Show Commit Logs in Git - Important Commands