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
Send an email to: lammers@gmail.com.
Or find me online at: Github, X
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