» pjp news: git-diff with a remote repository
Hi,
Yesterday I learned how to do git-diff with a non local repository. Something cvs or svn does
by default(for it’s their nature). Anyway, here is how you do itCreate a local reference to the remote repository as
$ git-remote add -t master -m master pivot git@10.0.0.1:./my-project
This…
