I want to see the different changesets between to git repositories. The repos are related but neither is the direct origin of the other. In Mercurial, I would just do “hg outgoing other-repo” and “hg incoming other-repo“.
I want to see the different changesets between to git repositories. The repos are
Share
I assume you mean the different changesets between two branches in a repo. In git, you’ll have a couple extra steps. Go into one of the repos and do the following
Now you can view the differences with one of the following depending on which direction you want to go