Possible Duplicate:
How can I see incoming commits in git?
What is the git equivalent of of "hg outgoing" or "hg incoming"?
In Mercurial, hg outgoing
lists the changesets that are newer than what's on the server and will be sent if I were to do hg push
. Same in reverse for hg incoming
and hg pull
.