git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* remote diff
@ 2006-07-20 11:54 Yakov Lerner
  2006-07-20 12:06 ` Andreas Ericsson
  0 siblings, 1 reply; 2+ messages in thread
From: Yakov Lerner @ 2006-07-20 11:54 UTC (permalink / raw)
  To: Git Mailing List

I have local repo, and remote repo ssh://x/y/.git.

I tried to diff local repo against remote, with naive
'git-diff ssh://x/y/.git.' But this did not work. How do I
diff with remote repo ?

Yakov

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: remote diff
  2006-07-20 11:54 remote diff Yakov Lerner
@ 2006-07-20 12:06 ` Andreas Ericsson
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Ericsson @ 2006-07-20 12:06 UTC (permalink / raw)
  To: Yakov Lerner; +Cc: Git Mailing List

Yakov Lerner wrote:
> I have local repo, and remote repo ssh://x/y/.git.
> 
> I tried to diff local repo against remote, with naive
> 'git-diff ssh://x/y/.git.' But this did not work. How do I
> diff with remote repo ?
> 

Pull it to a new branch and diff the two branches. This should be a 
pretty cheap operation unless either of the two repos has seen a lot of 
development since you forked the code.

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-07-20 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-20 11:54 remote diff Yakov Lerner
2006-07-20 12:06 ` Andreas Ericsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).