On Fri, Jan 27, 2012 at 12:34:41AM +0100, Alfonso Fiore wrote: > On Thu, Jan 26, 2012 at 11:22 PM, Daniel Vetter <daniel at ffwll.ch> wrote: > > > > git://people.freedesktop.org/~danvet/drm interlaced > > Thank you Daniel, > > is it normal that is super-slow? git repors 1K/sec. I download about > 10 MB so far... You don't need to download an entire git tree again, you can also add a new remote to an existing git checkout of the linux kernel: $ git remote add <remote-name> <git-url> $ git fetch <remote-name> $ git checkout <remote-name>/<branch-name> You then have 2 different upstreams/remote repositories: One is "origin" which points at the git repo of the original clone, the other is the new one. -Daniel -- Daniel Vetter Mail: daniel at ffwll.ch Mobile: +41 (0)79 365 57 48