<p dir="ltr"><br>
On May 27, 2013 11:17 AM, &quot;Sérgio Basto&quot; &lt;<a href="mailto:sergio@serjux.com">sergio@serjux.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Hi,<br>
&gt; git puts me crazy<br>
&gt;<br>
&gt; in here :<br>
&gt; <a href="http://pkgs.fedoraproject.org/cgit/debconf.git/">http://pkgs.fedoraproject.org/cgit/debconf.git/</a><br>
&gt;<br>
&gt; I have master now correct and want F19 be the same (git merge master)<br>
&gt; but do a commit just in F19, seems that never will be the same .<br>
&gt;<br>
&gt; I try<br>
&gt; fedpkg switch-branch f19<br>
&gt; git rebase master<br>
&gt;<br>
&gt; merges conflict ???<br>
&gt; I just want F19 be a copy master who I can do that ?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; --<br>
&gt; Sérgio M. B.<br>
&gt;<br>
&gt; --<br>
I&#39;ve been using <br>
&quot;git checkout $targetbranch; git checkout $sourcebranch -- relative/path/to/file&quot; <br>
to pull $file from $sourcebranch to $targetbranch. Globbing with * works, too. I have no idea if this is the best approach, but it works for my purposes. </p>
<p dir="ltr">--Pete </p>