Okay so I have a file main.component.ts
and I want to see the diff between it on the branch of my working copy and the development
branch. I’m trying the following command.
git diff development -- main.component.ts
But I suspect there maybe something wrong because it’s saying there is no diff and I know that can’t be right.