On Mon, 05 Aug 2013 22:14:25 +0530, Sumeet pawnikar said: > Do we need to git clone 'linux-next' tree or 'linus' tree ? Cloning Linus's tree works. Cloning linux-next won't do what you think it does. You want to do something like this to grow your own copy of linux-next: $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ git remote add linux-next git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git $ git fetch linux-next $ git fetch --tags linux-next After which, using 'git remote update' will refresh it. Do *NOT*, repeat *NOT* try to use 'git pull', because this isn't a clone that you can pull onto...
Attachment:
pgpSp1tsiq38L.pgp
Description: PGP signature
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies