Git show all differences between current branch and default branch

May 23, 2022

Show all commits on current branch vs default branch:

logd = log --oneline --graph --decorate --abbrev-commit --date=relative develop.. --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset'