[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTimgqo3mc3xgysd2PPf+pbxO08LXkFf1H=Y2uAry@mail.gmail.com>
Date: Wed, 22 Dec 2010 13:54:45 +1000
From: Dave Airlie <airlied@...il.com>
To: sclark46@...thlink.net
Cc: linux-kernel@...r.kernel.org
Subject: Re: [git pull] drm fixes
>
> I am new to git and can't figure out how to get these changes.
>
> I have done a git clone of
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> What next?
the easiest way:
You can git pull my tree into that
git pull git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
drm-fixes
though you should really setup remotes
git remote add airlied
git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
git fetch airlied
git branch drm-fixes
git pull . remotes/airlied/drm-fixes
Dave.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists