Sri <nkf364@xxxxxxxxxxxx> writes: > Hi > This is my scenario: > - Server has 2 different repos say x & y > - I created a branch out of x ( say xx) and a branch out of y (say yy) > - Now I made changes to xx/folder1/file1- change 1and commit it ;then I made > changes to to yy/folder1/file1 -change 1 and yy/folder1/file 1 -change 2 and > commit it ( Folder 1,file 1, change 1 are same in both xx and yy) > - Now I want the log of unique commits between both branches ( which will be > change 2 commit in yy) > > How do I get this using GIT? Right now am doing it manually which is very > tedious... Besides adding one repository as remote in other repository, using "git remote add", you might also use the trick described here: https://git.wiki.kernel.org/index.php/GitTips#How_to_compare_two_local_repositories -- Jakub Narebski Poland ShadeHawk on #git -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html