Git
Compare a file between 2 branches
To see the difference of a file between 2 branches in Git, the following command can be used:
git diff develop..master -- src/index.ts
To see the difference of a file between 2 branches in Git, the following command can be used:
git diff develop..master -- src/index.ts