<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 8, 2014 at 6:04 PM, Nick Krause <span dir="ltr">&lt;<a href="mailto:xerofoify@gmail.com" target="_blank">xerofoify@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="">On Thu, Aug 7, 2014 at 11:13 PM, Nick Krause &lt;<a href="mailto:xerofoify@gmail.com">xerofoify@gmail.com</a>&gt; wrote:<br>

&gt; On Thu, Aug 7, 2014 at 11:05 PM,  &lt;<a href="mailto:Valdis.Kletnieks@vt.edu">Valdis.Kletnieks@vt.edu</a>&gt; wrote:<br>
&gt;&gt; On Thu, 07 Aug 2014 22:25:06 -0400, Nick Krause said:<br>
&gt;&gt;<br>
&gt;&gt;&gt; 1. git clone linux-next<br>
&gt;&gt;<br>
&gt;&gt; Before you do the git add, you *really* want to create a branch for<br>
&gt;&gt; yourself to work on.<br>
&gt;&gt;<br>
&gt;&gt;&gt; 2. git add file changed<br>
&gt;&gt;<br>
&gt;&gt; Because otherwise this will get dumped on one of 200+ linux-next branches<br>
&gt;&gt; and cause acute indigestion the next time you do a &#39;git remote update&#39;.<br>
&gt;<br>
&gt;<br>
&gt; That was stupid :(. Guess I known how to do it now.<br>
&gt; Thanks Nick<br>
<br>
<br>
</div>I am tried your idea and not working. Really weird, seems I am not<br>
using the correct commands.<br>
The commands I am using are<br>
1.git branch next<br>
2.git remote add -t master -f next<br>
git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git" target="_blank">git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git</a><br>
<br>
And that&#39;s it. I hit the git message of this,<br>
<br>
usage: git remote add [&lt;options&gt;] &lt;name&gt; &lt;url&gt;<br>
<br>
    -f, --fetch           fetch the remote branches<br>
    --tags                import all tags and associated objects when fetching<br>
                          or do not fetch any tag at all (--no-tags)<br>
    -t, --track &lt;branch&gt;  branch(es) to track<br>
    -m, --master &lt;branch&gt;<br>
                          master branch<br>
    --mirror[=&lt;push|fetch&gt;]<br>
                          set up remote as a mirror to push to or fetch from<br>
<div class=""><div class="h5">Nick<br>
<br>
_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</div></div></blockquote></div><br><div><div>I believe you didn&#39;t add a name for that remote yet.<br><br></div>Probably you need to give it a name to that new remote (eg. nextremotename)<br><br>2.git remote add -t master -f next nextremotename<br>

git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git" target="_blank">git.kernel.org/pub/scm/linux/kernel/git/sfr/linux-next.git</a><br><br></div>Cheers,<br>-- <br>Nuno Martins<br>
</div></div>