Get in touch

Send an email to: lammers@gmail.com.
Or find me online at: Github, X

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