I need to find the different between two branches by commit ID, not by files. I mean, the commits which are not in one branch. How can I do it.
I fires, git diff branch1...branch2, but, it gave the files different, I need commit ID differences.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this
And optionally, we can give inner module[directory] of the project.
For example, want compare the commits in the
module/admindirectory, you can try like this.