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