I have my develop branch which has already been merged with my feature/fix branch. My develop has more feature branches already merged and is ahead of the feature/fix with a lot of commits.
How could I get git to show me only the LINES of code in the FILES that feature/fix has but develop doesn't have. I don't want to show what develop has and feature/fix doesn't have.