Aug. 8, 2014
3:03 a.m.
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.