I've branch from master do few commits and then I add lots of commits to master then how can show file difference between HEAD of the branch and commit from which I branch.
What I need is same diff I have when I create pull request on github, but from command line and for a branch.
The problem is that I don't know which commit was HEAD when I've run git branch
.