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@xxxxxx OP5 AB www.op5.se Tel: +46 8-230225 Fax: +46 8-230231 - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html