Given the following are equal:
git log origin/main ^main
git log main..origin/main
The first one is waaaaaaay more intuitive to me. π€
What say you?
Given the following are equal:
git log origin/main ^main
git log main..origin/main
The first one is waaaaaaay more intuitive to me. π€
What say you?