Help with git
Valdis.Kletnieks at vt.edu
Valdis.Kletnieks at vt.edu
Thu Aug 7 23:03:56 EDT 2014
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140807/f11d848d/attachment.bin
More information about the Kernelnewbies
mailing list