I have a problem with my project.
I make contributions to a git project, and when checking the Master branch, I saw that there are missing some methods that have in a branch, but do not have in the Master. I do not know how many and which are these methods, so I think it would be good to do a DIFF between branchs, however, I do not know if it is the right thing to do to solve this problem and I also do not know the correct syntax for this. Another pontp is, will a DIFF command solve this divergence between branchs? At some point in the development and commits, these methods were lost, for some conflicts that arose, many people are upgrading the same classes. Can anyone help me solve this problem?