On Thu, 07 Aug 2014 22:25:06 -0400, Nick Krause said:

> 1. git clone linux-next

Don't do that.  You'll get something that you can't easily update.

git clone linux   *LINUS MAINLINE TREE*
git remote add linux-next     *add this as a remote*
git fetch --all

then use   git remote up     to update to newer tree.

You can go look up the exact syntax for clone and remote add yourself.


Attachment: pgp5l8PiPmAB4.pgp
Description: PGP signature

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to