How do I run git log to see changes only for a specific branch?
Assuming that your branch was created off of master, then while in the branch (that is, you have the branch checked out): or If you are not in the branch, then you can add the branch name to the “git log” command, like this: If your branch was made off of origin/master, then say origin/master … Read more