Re: Seeing differences at origin/branch?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Thomas Adam <thomas.adam22@...>
Cc: <git@...>
Date: Tuesday, July 17, 2007 - 12:12 pm

On Tue, Jul 17, 2007 at 04:53:03PM +0100, Thomas Adam wrote:

Use "git fetch" to fetch the remote changes, but not merge them into
your local tracked branches.  "git pull" basically just does "git fetch"
then "git merge" into your current branch if it is tracking a remote
branch.

You might as well use "git diff" as well, as "git-diff-tree" is
definitely plumbing.

% git fetch origin
...
% git diff origin/master

-bcd
-
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:
Seeing differences at origin/branch?, Thomas Adam, (Tue Jul 17, 11:53 am)
Re: Seeing differences at origin/branch?, J. Bruce Fields, (Tue Jul 17, 12:23 pm)
Re: Seeing differences at origin/branch?, Brian Downing, (Tue Jul 17, 12:12 pm)