git log <base-branch>..<branch>
git rev-list --count <branch> ^<base-branch>
git log --graph --oneline --all