I have two branches that haven't been merged for a long time and I'm trying to see the differences. I get a phantom deletion.
If I start a pull request the github website shows me non-changes as changes (e.g. something that is equal in both branches shows as changed to the version I'm trying to merge in). Basically if I made a change to both branches it shows it as a change associated with this pull request.
There are good tools for doing this at the command line, e.g. Showing which files have changed between two revisions.
But is there a way to just see the changes between two branches on the github website?
Here is a small example
https://github.com/pdbailey0/knitIgnore/pull/1/files
It's showing as (phantom) deletion that something that clearly isn't when you look at the source
from c1 https://github.com/pdbailey0/knitIgnore/blob/c1/DESCRIPTION
and c2 https://github.com/pdbailey0/knitIgnore/blob/c2/DESCRIPTION