I've been playing with git diff
a little bit and I can't seem to find a way to compare two branches for new/modified/deleted files coming only from my branch.
Let's says we got master
and dev
, which is the branch I'm working on. I would like to git diff
them but only get what I modified in dev compared to master.