Is there a way to see with git log or some other command only the commits that were added after branch creation?
git log
usage: git log [
If you're on the branch that you created:
git log master..