Re: Git remote status

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeff King
Date: Saturday, November 1, 2008 - 8:30 pm

On Sat, Nov 01, 2008 at 08:52:48PM +0100, Gonsolo wrote:


"git status" will do this automatically in recent versions of git (as of
1.6.0, I believe).

You can also use "git branch -v" to see a summary of how all branches
relate to their tracked counterparts.


For that, I might want to actually _see_ the changes. So I would use:

  git shortlog origin/master..

(or "log" with a variety of formatting options to get as much
information as you like). And if the relationship is more complex (i.e.,
I want to see if I need to push _or_ pull):

  gitk origin/master...

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Git remote status, Gonsolo, (Sat Nov 1, 12:52 pm)
Re: Git remote status, Miklos Vajna, (Sat Nov 1, 1:11 pm)
Re: Git remote status, Jeff King, (Sat Nov 1, 8:30 pm)